TimedTextCue.CueRegion Property

Definition

Gets or sets the TimedTextRegion of the cue, which defines the style of the rendering area for the cue.

public:
 property TimedTextRegion ^ CueRegion { TimedTextRegion ^ get(); void set(TimedTextRegion ^ value); };
TimedTextRegion CueRegion();

void CueRegion(TimedTextRegion value);
public TimedTextRegion CueRegion { get; set; }
var timedTextRegion = timedTextCue.cueRegion;
timedTextCue.cueRegion = timedTextRegion;
Public Property CueRegion As TimedTextRegion

Property Value

The TimedTextRegion of the cue

Applies to