Font.SystemFontName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de la police système si la IsSystemFont propriété 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 elle est retournée true; sinon, une chaîne vide (« »).
- Attributs
Remarques
Le nom retourné par la SystemFontName propriété sera l’un des membres du SystemFonts, converti en chaîne.