SystemDataPaths.Fonts 属性

定义

获取 fonts 文件夹的路径。

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

属性值

String

Platform::String

winrt::hstring

fonts 文件夹的完整路径。

适用于