FontFamily.Source 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 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
The font family name of the FontFamily object.