Skip to content

SetTextOverlay_ShadowDirection

method

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

Specifies the direction of the shadow under the text overlay when the shadow has been enabled with SetTextOverlay_Shadow.