New to Telerik UI for WPFStart a free 30-day trial

Map navigation control.

Definition

Constructors

C#
public MapNavigation()

Fields

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

C#
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters:oldMapControlRadMap

The old RadMap control owner.

newMapControlRadMap

The new RadMap control owner.

Overrides: MapBaseControl.OnMapInitialize(RadMap, RadMap)

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