Skip to content

TextOverlay_Orientation

property

Deprecated

Kept for backward compatibility only.

Delphi
property TextOverlay_Orientation: TTextOrientation read GetTextOverlayOrientation write SetTextOverlayOrientation;
C++Builder
__property TTextOrientation TextOverlay_Orientation = {read=GetTextOverlayOrientation, write=SetTextOverlayOrientation, nodefault};
C#
public TTextOrientation TextOverlay_Orientation { get; set; }
VB.NET
Public Property TextOverlay_Orientation As TTextOrientation
C++/Qt
TTextOrientation GetTextOverlay_Orientation (int Index);
TTextOrientation GetTextOverlay_Orientation ();
void SetTextOverlay_Orientation (int Index, TTextOrientation Value);
void SetTextOverlay_Orientation (TTextOrientation Value);

Specifies the text orientation of the current text overlay selected by TextOverlay_Selector

Remarks

Deprecated: use GetTextOverlay_Orientation / SetTextOverlay_Orientation instead, with the text overlay index as first parameter.