TimedTextStyle.FontSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定計時文字的字型大小。
public:
property TimedTextDouble FontSize { TimedTextDouble get(); void set(TimedTextDouble value); };
TimedTextDouble FontSize();
void FontSize(TimedTextDouble value);
public TimedTextDouble FontSize { get; set; }
var timedTextDouble = timedTextStyle.fontSize;
timedTextStyle.fontSize = timedTextDouble;
Public Property FontSize As TimedTextDouble
屬性值
計時文字的字型大小。