Class MapMouseLocationIndicator
Represents current mouse coordinates as geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapMouseLocationIndicator : MapBaseControl, ILayer
Constructors
MapMouseLocationIndicator()
Initializes a new instance of the MapMouseLocationIndicator class.
Declaration
public MapMouseLocationIndicator()
Fields
IndicatorLabelBackgroundProperty
Identifies the IndicatorLabelBackground dependency property.
Declaration
public static readonly DependencyProperty IndicatorLabelBackgroundProperty
Field Value
System.Windows.DependencyProperty
|
IndicatorLabelBorderBrushProperty
Identifies the IndicatorLabelBorderBrush dependency property.
Declaration
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
LocationFormatProperty
Identifies the LocationFormat dependency property.
Declaration
public static readonly DependencyProperty LocationFormatProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IndicatorLabelBackground
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBackground { get; set; }
Property Value
System.Windows.Media.Brush
|
IndicatorLabelBorderBrush
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
LocationFormat
Gets or sets the location format.
Declaration
public LocationFormat LocationFormat { get; set; }
Property Value
LocationFormat
|
StrokeThickness
Gets or sets StrokeThickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.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
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters
RadMap
oldMapControl
The old RadMap control owner. |
RadMap
newMapControl
The new RadMap control owner. |