Represents current mouse coordinates as geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapMouseLocationIndicator : MapBaseControl, ILayer
Inheritance: objectMapBaseControlMapMouseLocationIndicator
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapMouseLocationIndicator class.
public MapMouseLocationIndicator()
Fields
IndicatorLabelBackgroundProperty
DependencyProperty
Identifies the IndicatorLabelBackground dependency property.
public static readonly DependencyProperty IndicatorLabelBackgroundProperty
IndicatorLabelBorderBrushProperty
DependencyProperty
Identifies the IndicatorLabelBorderBrush dependency property.
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty
LocationFormatProperty
DependencyProperty
Identifies the LocationFormat dependency property.
public static readonly DependencyProperty LocationFormatProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness dependency property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
Gets or sets ScaleLabelBackground.
public Brush IndicatorLabelBackground { get; set; }
Gets or sets ScaleLabelBackground.
public Brush IndicatorLabelBorderBrush { get; set; }
Gets or sets the location format.
public LocationFormat LocationFormat { get; set; }
Gets or sets StrokeThickness.
public double StrokeThickness { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
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).