Class MapLegendCanvasItem
Inheritance
System.Object
MapLegendCanvasItem
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapLegendCanvasItem : Control
Constructors
MapLegendCanvasItem()
Declaration
public MapLegendCanvasItem()
Fields
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Microsoft.
|
MarkerHeightProperty
Declaration
public static readonly DependencyProperty MarkerHeightProperty
Field Value
Microsoft.
|
MarkerWidthProperty
Declaration
public static readonly DependencyProperty MarkerWidthProperty
Field Value
Microsoft.
|
MaxProperty
Declaration
public static readonly DependencyProperty MaxProperty
Field Value
Microsoft.
|
MinProperty
Declaration
public static readonly DependencyProperty MinProperty
Field Value
Microsoft.
|
RadiusXProperty
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Microsoft.
|
RadiusYProperty
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Microsoft.
|
MarkerHeight
Declaration
public double MarkerHeight { get; set; }
Property Value
System.
|
MarkerWidth
Declaration
public double MarkerWidth { get; set; }
Property Value
System.
|
Max
Declaration
public string Max { get; set; }
Property Value
System.
|
Min
Declaration
public string Min { get; set; }
Property Value
System.
|
RadiusX
Declaration
public double RadiusX { get; set; }
Property Value
System.
|
RadiusY
Declaration
public double RadiusY { get; set; }
Property Value
System.
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|