次の方法で共有


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

プロパティ値

時間指定されたテキストのフォント サイズ。

適用対象