TimedTextStyle.FontFamily 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定計時文字的字型系列。
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
屬性值
計時文字的字型系列。