Font.SystemFontName Proprietà

Definizione

Ottiene il nome del tipo di carattere di sistema se la proprietà IsSystemFont restituisce il valore true.

public:
 property System::String ^ SystemFontName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string SystemFontName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SystemFontName : string
Public ReadOnly Property SystemFontName As String

Valore della proprietà

Nome del tipo di carattere di sistema se la proprietà IsSystemFont restituisce il valore true; in caso contrario, una stringa vuota ("").

Attributi

Commenti

Il nome restituito dalla SystemFontName proprietà sarà uno dei membri dell'oggetto SystemFonts, convertito in una stringa.

Si applica a