TimedTextCue.CueStyle 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 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