Class MapNavigation
Map navigation control.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapNavigation : MapBaseControl, ILayer
Map navigation control.
public class MapNavigation : MapBaseControl, ILayer
Initializes a new instance of the MapNavigation class.
public MapNavigation()
Identifies the CenterButtonClick routed event.
public static readonly RoutedEvent CenterButtonClickEvent
RoutedEvent
|
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
RadMap
oldMapControl
The old RadMap control owner. |
RadMap
newMapControl
The new RadMap control owner. |
Method is called when the Mouse Left Button is down.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
System.Windows.Input.MouseButtonEventArgs
e
Event arguments. |
Method is called when the Mouse Left Button is up.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
System.Windows.Input.MouseButtonEventArgs
e
Event arguments. |
Toggles the visibility of the map navigation control. Note that calling this method will not hide the central navigation button.
public void ToggleVisibility()
Occurs when user clicks on the center button in the map navigation control.
public event RoutedEventHandler CenterButtonClick
System.Windows.RoutedEventHandler
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.