TdxCustomMapControl.NavigationPanel Property
Specifies the navigation panel settings.
Declaration
property NavigationPanel: TdxMapControlNavigationPanel read; write;
Property Value
Type |
---|
TdxMapControlNavigationPanel |
Remarks
Refer to the TdxMapControlNavigationPanel class description to learn about these settings.
Note
To postpone immediate repainting of the map control in response to layout/appearance changes, enclose the code that performs bulk modifications within BeginUpdate/EndUpdate method blocks.
See Also