Class MapLegendCanvas
Items panel for map legend. This class is designed for internal use.
Inheritance
System.Object
MapLegendCanvas
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapLegendCanvas : Panel
Constructors
MapLegendCanvas()
Declaration
public MapLegendCanvas()
Properties
Legend
Map legend control this canvas belongs to.
Declaration
public MapLegend Legend { get; set; }
Property Value
MapLegend
|
Methods
ArrangeOverride(Size)
Called to arrange and size the content.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The calculated size. |
MeasureOverride(Size)
Measure override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
Available size. |
Returns
System.Windows.Size
Size. |