Class
MapMouseLocationIndicator

Represents current mouse coordinates as geographical coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
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

MapMouseLocationIndicator()

Initializes a new instance of the MapMouseLocationIndicator class.

Declaration

cs-api-definition
public MapMouseLocationIndicator()

Fields

IndicatorLabelBackgroundProperty

Identifies the IndicatorLabelBackground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IndicatorLabelBackgroundProperty

Field Value

DependencyProperty

IndicatorLabelBorderBrushProperty

Identifies the IndicatorLabelBorderBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty

Field Value

DependencyProperty

LocationFormatProperty

Identifies the LocationFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LocationFormatProperty

Field Value

DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty

Field Value

DependencyProperty

Properties

IndicatorLabelBackground

Gets or sets ScaleLabelBackground.

Declaration

cs-api-definition
public Brush IndicatorLabelBackground { get; set; }

Property Value

Brush

IndicatorLabelBorderBrush

Gets or sets ScaleLabelBackground.

Declaration

cs-api-definition
public Brush IndicatorLabelBorderBrush { get; set; }

Property Value

Brush

LocationFormat

Gets or sets the location format.

Declaration

cs-api-definition
public LocationFormat LocationFormat { get; set; }

Property Value

LocationFormat

StrokeThickness

Gets or sets StrokeThickness.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

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)