Class MapNavigation
Inheritance
System.Object
MapNavigation
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapNavigation : MapBaseControl, ILayer
Constructors
Fields
Methods
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).
Declaration
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters
RadMap
oldMapControl
The old RadMap control owner.
|
RadMap
newMapControl
The new RadMap control owner.
|
Overrides
Toggles the visibility of the map navigation control. Note that calling this method will not hide the central navigation button.
Declaration
public void ToggleVisibility()
Events
Extension Methods