TdxMapControlNavigationPanel Class
Contains navigation panel settings.
Declaration
TdxMapControlNavigationPanel = class(
TcxOwnedPersistent
)
Remarks
This class introduces properties that allow you to do the following:
Switch the panel visibility (Visible);
Customize the panel’s appearance and height (Style and Height);
Switch the visibility of UI elements located on the panel (ShowCoordinates, ShowKilometersScale, ShowMilesScale, ShowScrollButtons, and ShowZoomTrackBar).
A TdxMapControlNavigationPanel object is referenced by a map control’s NavigationPanel property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxMapControlNavigationPanel
See Also