Skip to main content

TdxCustomMapItemStyle.TextGlowColor Property

Specifies the color of the glow effect applied to the map item‘s title text.

Declaration

property TextGlowColor: TdxAlphaColor read; write;

Property Value

Type
TdxAlphaColor

Remarks

Assigning a custom TdxAlphaColor value to this property adds the mcsvTextGlowColor flag to the AssignedValues property. The map control uses the default glow color to display the title text if the mcsvTextGlowColor flag is removed, ignoring the current TextGlowColor property value.

Note

Assign the TdxAlphaColors.Empty or dxacNone value to the TextGlowColor property to disable the glow effect around the title text.

The default value of the TextGlowColor property is dxacDefault.

See Also