vcl-dxmapcontrol-dot-tdxcustommapcontrol-00d5f0ea.md
Provides access to Map Navigation Panel settings.
property NavigationPanel: TdxMapControlNavigationPanel read; write;
| Type | Description |
|---|---|
| TdxMapControlNavigationPanel |
Stores Map Navigation Panel settings.
|
The Map Control displays the Navigation Panel at the bottom client area border if the NavigationPanel.Visible property is set to True ( default ).
Map Scroll ButtonsUsers can click these buttons to scroll the map in corresponding directions if the OptionsBehavior.Scrolling property is set to True ( default ).Zoom Track BarAn additional end-user map zoom option available if the OptionsBehavior.Zooming property is set to True ( default ).Mouse Pointer CoordinatesDisplay geographical coordinates that correspond to the current mouse pointer position on the map.Map ScalesDisplay map scales in miles and kilometers that correspond to the current map zoom level.
You can use NavigationPanel.ShowCoordinates, NavigationPanel.ShowKilometersScale, NavigationPanel.ShowMilesScale, NavigationPanel.ShowScrollButtons, and NavigationPanel.ShowZoomTrackBar properties to hide or display individual UI elements on the Navigation Panel.
Refer to the TdxMapControlNavigationPanel class description for detailed information on all available options.
See Also