ClassMapMouseLocationIndicator
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
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
DependencyProperty
IndicatorLabelBorderBrushProperty
Identifies the IndicatorLabelBorderBrush dependency property.
Declaration
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty
Field Value
DependencyProperty
LocationFormatProperty
Identifies the LocationFormat dependency property.
Declaration
public static readonly DependencyProperty LocationFormatProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
IndicatorLabelBackground
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBackground { get; set; }
Property Value
Brush
IndicatorLabelBorderBrush
Gets or sets ScaleLabelBackground.
Declaration
public Brush IndicatorLabelBorderBrush { get; set; }
Property Value
Brush
LocationFormat
Gets or sets the location format.
Declaration
public LocationFormat LocationFormat { get; set; }
Property Value
StrokeThickness
Gets or sets StrokeThickness.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
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).