Label.FontFamily Property

Definition

Gets or sets the font family to which the font for the label belongs.

public:
 property System::String ^ FontFamily { System::String ^ get(); void set(System::String ^ value); };
public string FontFamily { get; set; }
member this.FontFamily : string with get, set
Public Property FontFamily As String

Property Value

The font family, or null for the platform default font family.

Remarks

The font family can refer to a system font or a custom font.

Applies to