FontFamily.Source Property

Definition

Gets the font family name that is used to construct the FontFamily object.

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

Property Value

String

Platform::String

winrt::hstring

The font family name of the FontFamily object.

Applies to