Skip to content

SetTextOverlay_Orientation

function

Delphi
procedure SetTextOverlay_Orientation (Index: LongInt; Value: TTextOrientation);
C++Builder
void __fastcall SetTextOverlay_Orientation(System::LongInt Index, TTextOrientation Value);
C#
public void SetTextOverlay_Orientation(int Index, TTextOrientation Value);
VB.NET
Public Sub SetTextOverlay_Orientation(Index As Integer, Value As TTextOrientation)
C++/Qt
void SetTextOverlay_Orientation (int Index, TTextOrientation Value);
void SetTextOverlay_Orientation (TTextOrientation Value);

Sets the orientation of the characters (TTextOrientation) of the text overlay specified by Index (0 for the 1st text overlay, 1 for the 2nd, etc.). Default: to_Horizontal. Look at the Text Overlays chapter for more information.