Font.FontFamily Propriété

Définition

Obtient l'FontFamily associée à cette Font.

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

Valeur de propriété

FontFamily associé à ce Font.

Attributs

Remarques

Un FontFamily représente un groupe de polices qui ont une face de police similaire, mais qui peuvent avoir des tailles et des styles différents (par exemple, Arial, Times New Roman et Verdana).

S’applique à