MapNavigation
Class
Map navigation control.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapNavigation : MapBaseControl, ILayer
Inheritance: objectMapBaseControlMapNavigation
Implements:
Inherited Members
Constructors
C#
public MapNavigation()
Fields
CenterButtonClickEvent
RoutedEvent
Identifies the CenterButtonClick routed event.
C#
public static readonly RoutedEvent CenterButtonClickEvent
Methods
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).
Toggles the visibility of the map navigation control. Note that calling this method will not hide the central navigation button.
C#
public void ToggleVisibility()
Events
CenterButtonClick
RoutedEventHandler
Occurs when user clicks on the center button in the map navigation control.
C#
public event RoutedEventHandler CenterButtonClick