LanguageFont.FontFamily Property

Definition

Gets the family name of the font.

public:
 property Platform::String ^ FontFamily { Platform::String ^ get(); };
winrt::hstring FontFamily();
public string FontFamily { get; }
var string = languageFont.fontFamily;
Public ReadOnly Property FontFamily As String

Property Value

String

Platform::String

winrt::hstring

The font family name.

Applies to