TdxMapControlNavigationPanelStyle.CoordinateTextColor Property
In This Article
Specifies the text color of navigation panel coordinates.
#Declaration
Delphi
property CoordinateTextColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
If this property is assigned the default value, the coordinates are painted using the color assigned to the ElementColor property.
The default value of the CoordinateTextColor property is clDefault.
See Also