次の方法で共有


TimedTextBouten.Type プロパティ

定義

時間指定テキストでレンダリングされるブールテン マークの種類を取得または設定します。

public:
 property TimedTextBoutenType Type { TimedTextBoutenType get(); void set(TimedTextBoutenType value); };
TimedTextBoutenType Type();

void Type(TimedTextBoutenType value);
public TimedTextBoutenType Type { get; set; }
var timedTextBoutenType = timedTextBouten.type;
timedTextBouten.type = timedTextBoutenType;
Public Property Type As TimedTextBoutenType

プロパティ値

ブール型マークの型を指定する TimedTextBoutenType 列挙の値。

適用対象