ImageOverlay_TransparentColorValue
property
Delphi
property ImageOverlay_TransparentColorValue: LongInt read GetImageOverlayTransparentColorValue write SetImageOverlayTransparentColorValue;
C++Builder
__property System::LongInt ImageOverlay_TransparentColorValue = {read=GetImageOverlayTransparentColorValue, write=SetImageOverlayTransparentColorValue, nodefault};
C#
public int ImageOverlay_TransparentColorValue { get; set; }
VB.NET
Public Property ImageOverlay_TransparentColorValue As Integer
C++/Qt
int GetImageOverlay_TransparentColorValue (int Index);
int GetImageOverlay_TransparentColorValue ();
void SetImageOverlay_TransparentColorValue (int Index, int Value);
void SetImageOverlay_TransparentColorValue (int Value);
Used to specify the value of the transparency color of the current image overlay selected by ImageOverlaySelector, when ImageOverlay_Transparent and ImageOverlay_UseTransparentColor are enabled.
Look at the Image Overlays chapter for more information.