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 Indicator
Declaration
public static readonly DependencyProperty IndicatorLabelBackgroundProperty
Field Value
System.
|
IndicatorLabelBorderBrushProperty
Identifies the Indicator
Declaration
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty
Field Value
System.
|
LocationFormatProperty
Identifies the LocationFormat dependency property.
Declaration
public static readonly DependencyProperty LocationFormatProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
IndicatorLabelBackground
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBackground { get; set; }
Property Value
System.
|
IndicatorLabelBorderBrush
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBorderBrush { get; set; }
Property Value
System.
|
LocationFormat
Gets or sets the location format.
Declaration
public LocationFormat LocationFormat { get; set; }
Property Value
StrokeThickness
Gets or sets StrokeThickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
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
Rad The old RadMap control owner. |
Rad The new RadMap control owner. |