TimedTextSubformat.SubformatStyle Property

Definition

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.

Applies to

See also