TdxMapControlNavigationPanelStyle.ElementColor Property
Specifies the color used to paint a navigation panel element in the normal state.
Declaration
property ElementColor: TdxAlphaColor read; write; default dxacDefault;
Property Value
Type | Default |
---|---|
TdxAlphaColor | dxacDefault |
Remarks
This property applies to the following navigation panel elements:
The zoom track bar, its thumb and change buttons;
The coordinates, if the CoordinateTextColor property is set to clDefault;
The kilometers and miles scales, if the ScaleTextColor property is set to clDefault.
Use the ElementHotColor and ElementPressedColor properties to specify the color used to paint clickable elements in the hot-tracked and pressed states.
The default value of the ElementColor property is dxacDefault.
See Also