vcl-dxmapcontrol-b168e284.md
Contains the navigation panel‘s appearance settings.
TdxMapControlNavigationPanelStyle = class(
TcxOwnedPersistent
)
This class introduces properties that allow you to do the following:
Specify the navigation panel’s background color (Color);
Customize the color and font settings applied to the coordinates (CoordinateTextColor and CoordinateFont);
Customize the color and font settings applied to the kilometers and miles scales (ScaleTextColor and ScaleFont);
Specify the colors used to paint other panel elements in the normal, hot-tracked, and pressed states (ElementColor, ElementHotColor, and ElementPressedColor).
A TdxMapControlNavigationPanelStyle object is referenced by a map control’s NavigationPanel.Style property.
TObject TPersistent TcxOwnedPersistent TdxMapControlNavigationPanelStyle
See Also