TextOverlay_Shadow
Delphi
property TextOverlay_Shadow: Boolean read GetTextOverlayShadow write SetTextOverlayShadow;
C++Builder
__property bool TextOverlay_Shadow = {read=GetTextOverlayShadow, write=SetTextOverlayShadow, nodefault};
C#
public bool TextOverlay_Shadow { get; set; }
VB.NET
Public Property TextOverlay_Shadow As Boolean
C++/Qt
BOOL GetTextOverlay_Shadow (int Index);
BOOL GetTextOverlay_Shadow ();
void SetTextOverlay_Shadow (int Index, BOOL Value);
void SetTextOverlay_Shadow (BOOL Value);
Enables the shadow under the text overlay selected by TextOverlay_Selector.