Label.FontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.String
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.