Skip to content

TextOverlay_AlphaBlendValue

property

Delphi
property TextOverlay_AlphaBlendValue: LongInt read GetTextOverlayAlphaBlendValue write SetTextOverlayAlphaBlendValue;
C++Builder
__property System::LongInt TextOverlay_AlphaBlendValue = {read=GetTextOverlayAlphaBlendValue, write=SetTextOverlayAlphaBlendValue, nodefault};
C#
public int TextOverlay_AlphaBlendValue { get; set; }
VB.NET
Public Property TextOverlay_AlphaBlendValue As Integer
C++/Qt
int GetTextOverlay_AlphaBlendValue (int Index);
int GetTextOverlay_AlphaBlendValue ();
void SetTextOverlay_AlphaBlendValue (int Index, int Value);
void SetTextOverlay_AlphaBlendValue (int Value);

Specifies the alpha blending value of the overlayed text selected by TextOverlay_Selector. The alpha blending must be enabled by TextOverlay_AlphaBlend.

Look at the Text Overlays chapter for more information.