TimedTextSubformat.SubformatStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 TimedTextStyle 物件,這個物件會傳達 TimedTextLine中子字串的格式設定。
public:
property TimedTextStyle ^ SubformatStyle { TimedTextStyle ^ get(); void set(TimedTextStyle ^ value); };
TimedTextStyle SubformatStyle();
void SubformatStyle(TimedTextStyle value);
public TimedTextStyle SubformatStyle { get; set; }
var timedTextStyle = timedTextSubformat.subformatStyle;
timedTextSubformat.subformatStyle = timedTextStyle;
Public Property SubformatStyle As TimedTextStyle
屬性值
物件,表示 TimedTextLine中子字串的格式設定。