Class
MapNavigation

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: ILayer

Inherited Members MapBaseControl.MapControlPropertyMapBaseControl.MultiscaleImage_MotionFinished(object, RoutedEventArgs)MapBaseControl.MultiscaleImage_ViewportChanged(object, RoutedEventArgs)MapBaseControl.OnApplyTemplate()MapBaseControl.MapControl

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).

Declaration

cs-api-definition
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)

Parameters

oldMapControl

RadMap

The old RadMap control owner.

newMapControl

RadMap

The new RadMap control owner.

Overrides MapBaseControl.OnMapInitialize(RadMap, RadMap)

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