Label.FontFamily Property

Definition

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

public string FontFamily { get; set; }
member this.FontFamily : string with get, set

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