共用方式為


TimedTextStyle.FontSize 屬性

定義

取得或設定計時文字的字型大小。

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

屬性值

計時文字的字型大小。

適用於