Skip to content

TextOverlay_AlphaBlend

property

Delphi
property TextOverlay_AlphaBlend: Boolean read GetTextOverlayAlphaBlend write SetTextOverlayAlphaBlend;
C++Builder
__property bool TextOverlay_AlphaBlend = {read=GetTextOverlayAlphaBlend, write=SetTextOverlayAlphaBlend, nodefault};
C#
public bool TextOverlay_AlphaBlend { get; set; }
VB.NET
Public Property TextOverlay_AlphaBlend As Boolean
C++/Qt
BOOL GetTextOverlay_AlphaBlend (int Index);
BOOL GetTextOverlay_AlphaBlend ();
void SetTextOverlay_AlphaBlend (int Index, BOOL Value);
void SetTextOverlay_AlphaBlend (BOOL Value);

Enables the alpha blending of an overlayed text selected by TextOverlay_Selector

The alpha blending value in the 0..255 range must be specified with TextOverlay_AlphaBlendValue

Look at the Text Overlays chapter for more information.