Class MapMouseLocationIndicator
Inheritance
System.Object
MapMouseLocationIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapMouseLocationIndicator : MapBaseControl, ILayer
Constructors
Declaration
public MapMouseLocationIndicator()
Fields
Declaration
public static readonly DependencyProperty IndicatorLabelBackgroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IndicatorLabelBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Brush IndicatorLabelBackground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush IndicatorLabelBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double StrokeThickness { get; set; }
Property Value
Methods
Declaration
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters
Overrides
Extension Methods