dxacNone Constant
In This Article
Stores the empty TdxAlphaColor value whose alpha and color channels are set to zero.
#Declaration
Delphi
const dxacNone = TdxAlphaColors.Empty;
#Remarks
The dxacNone
constant is useful if you need to hide a visual element or effect without a dedicated visibility flag (TdxCustomMapItemStyle.TextGlowColor, for example).
See Also