Share via


TimedTextCue.CueStyle Property

Definition

Gets or sets the TimedTextStyle of the cue, which defines the style of the rendered text.

public:
 property TimedTextStyle ^ CueStyle { TimedTextStyle ^ get(); void set(TimedTextStyle ^ value); };
TimedTextStyle CueStyle();

void CueStyle(TimedTextStyle value);
public TimedTextStyle CueStyle { get; set; }
var timedTextStyle = timedTextCue.cueStyle;
timedTextCue.cueStyle = timedTextStyle;
Public Property CueStyle As TimedTextStyle

Property Value

The TimedTextStyle of the cue

Applies to