TdxCustomMapItemStyle.TextColor Property
Specifies the font color applied to the map item‘s title text.
Declaration
property TextColor: TdxAlphaColor read; write;
Property Value
Type |
---|
TdxAlphaColor |
Remarks
Use this property instead of the Font.Color sub-property. Any TextColor property value change adds the mcsvTextColor flag to the AssignedValues property. The map control uses the default font color to display the title text if the mcsvTextColor flag is removed, ignoring the current TextColor property value.
Use the Font property to customize the title text’s other font settings.
The default value of the TextColor property is dxacDefault.
See Also