TimedTextStyle.FontStyle 屬性

定義

取得或設定值,指定計時文字的字型樣式。

public:
 property TimedTextFontStyle FontStyle { TimedTextFontStyle get(); void set(TimedTextFontStyle value); };
TimedTextFontStyle FontStyle();

void FontStyle(TimedTextFontStyle value);
public TimedTextFontStyle FontStyle { get; set; }
var timedTextFontStyle = timedTextStyle.fontStyle;
timedTextStyle.fontStyle = timedTextFontStyle;
Public Property FontStyle As TimedTextFontStyle

屬性值

值,指定計時文字的字型樣式。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於