Class MapScale
Inheritance
System.Object
MapScale
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapScale : MapBaseControl, ILayer
Constructors
Fields
Declaration
public static readonly DependencyProperty DistanceUnitProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RelativeMaxWidthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ScaleLabelBackgroundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ScaleLabelBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public DistanceUnit DistanceUnit { get; set; }
Property Value
Declaration
public double RelativeMaxWidth { get; set; }
Property Value
Declaration
public Brush ScaleLabelBackground { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush ScaleLabelBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double StrokeThickness { get; set; }
Property Value
Methods
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters
Overrides
Extension Methods