TimedTextSubformat.SubformatStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TimedTextStyle object that conveys the formatting of a substring in a 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
Property Value
The object that conveys the formatting of a substring in a TimedTextLine.