TimedTextRegion.Position Property

Definition

Gets or sets the position of the TimedTextRegion, relative to the top left corner of the video frame.

public:
 property TimedTextPoint Position { TimedTextPoint get(); void set(TimedTextPoint value); };
TimedTextPoint Position();

void Position(TimedTextPoint value);
public TimedTextPoint Position { get; set; }
var timedTextPoint = timedTextRegion.position;
timedTextRegion.position = timedTextPoint;
Public Property Position As TimedTextPoint

Property Value

The position of the TimedTextRegion

Applies to