Class
MapMouseLocationIndicator

Represents current mouse coordinates as geographical coordinates.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.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()

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

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)