SystemDataPaths.Fonts Property

Definition

Gets the path to the fonts folder.

public:
 property Platform::String ^ Fonts { Platform::String ^ get(); };
winrt::hstring Fonts();
public string Fonts { get; }
var string = systemDataPaths.fonts;
Public ReadOnly Property Fonts As String

Property Value

String

Platform::String

winrt::hstring

The full path to the fonts folder.

Applies to