TimedTextStyle.FontFamily 属性

定义

获取或设置计时文本的字体系列。

public:
 property Platform::String ^ FontFamily { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FontFamily();

void FontFamily(winrt::hstring value);
public string FontFamily { get; set; }
var string = timedTextStyle.fontFamily;
timedTextStyle.fontFamily = string;
Public Property FontFamily As String

属性值

String

Platform::String

winrt::hstring

计时文本的字体系列。

适用于