TdxMapControlNavigationPanelStyle Class
Contains the navigation panel‘s appearance settings.
Declaration
TdxMapControlNavigationPanelStyle = class(
TcxOwnedPersistent
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxMapControlNavigationPanelStyle
See Also