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