Share via


TimedTextBouten.Type Property

Definition

Gets or sets the type of bouten mark to be rendered in timed text.

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

Property Value

A value from the TimedTextBoutenType enumeration specifying the type of the bouten mark.

Applies to