Skip to content

TextOverlay_Left

property

Delphi
property TextOverlay_Left: LongInt read GetTextOverlayLeft write SetTextOverlayLeft;
C++Builder
__property System::LongInt TextOverlay_Left = {read=GetTextOverlayLeft, write=SetTextOverlayLeft, nodefault};
C#
public int TextOverlay_Left { get; set; }
VB.NET
Public Property TextOverlay_Left As Integer
C++/Qt
int GetTextOverlay_Left (int Index);
int GetTextOverlay_Left ();
void SetTextOverlay_Left (int Index, int Value);
void SetTextOverlay_Left (int Value);

Sets or retrieves the left position (in pixels) where the text will be drawn over video frames, for the current text overlay selected by TextOverlay_Selector.

The text will be left-padded on this position if TextOverlay_Align = tf_Left.