dxacNone Constant
Stores the empty TdxAlphaColor value whose alpha and color channels are set to zero.
Declaration
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