Font.SystemFontName Propriété

Définition

Obtient le nom de la police système si la propriété IsSystemFont retourne 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

Valeur de propriété

Nom de la police système, si IsSystemFont retourne true ; sinon, une chaîne vide ("").

Attributs

Remarques

Le nom retourné par la SystemFontName propriété sera l’un des membres de , SystemFontsconverti en chaîne.

S’applique à