ClassMapNavigation
Class
Map navigation control.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MapNavigation : MapBaseControl, ILayer
Inheritance: objectMapBaseControlMapNavigation
Implements:
Inherited Members
Constructors
MapNavigation()
Declaration
cs-api-definition
public MapNavigation()
Fields
CenterButtonClickEvent
Identifies the CenterButtonClick routed event.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
public static readonly RoutedEvent CenterButtonClickEvent
Field Value
RoutedEvent
Methods
OnMapInitialize(RadMap, RadMap)
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).
ToggleVisibility()
Toggles the visibility of the map navigation control. Note that calling this method will not hide the central navigation button.
Declaration
cs-api-definition
public void ToggleVisibility()
Events
CenterButtonClick
Occurs when user clicks on the center button in the map navigation control.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")]
public event RoutedEventHandler CenterButtonClick
Event Value
RoutedEventHandler