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