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

Represents current mouse coordinates as geographical coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapMouseLocationIndicator : MapBaseControl, ILayer

Inheritance: objectMapBaseControlMapMouseLocationIndicator

Implements: ILayer

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

Constructors

Initializes a new instance of the MapMouseLocationIndicator class.

C#
public MapMouseLocationIndicator()

Fields

Identifies the IndicatorLabelBackground dependency property.

C#
public static readonly DependencyProperty IndicatorLabelBackgroundProperty

Identifies the IndicatorLabelBorderBrush dependency property.

C#
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty

LocationFormatProperty

DependencyProperty

Identifies the LocationFormat dependency property.

C#
public static readonly DependencyProperty LocationFormatProperty

StrokeThicknessProperty

DependencyProperty

Identifies the StrokeThickness dependency property.

C#
public static readonly DependencyProperty StrokeThicknessProperty

Properties

Gets or sets ScaleLabelBackground.

C#
public Brush IndicatorLabelBackground { get; set; }

Gets or sets ScaleLabelBackground.

C#
public Brush IndicatorLabelBorderBrush { get; set; }

Gets or sets the location format.

C#
public LocationFormat LocationFormat { get; set; }

Gets or sets StrokeThickness.

C#
public double StrokeThickness { get; set; }

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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)