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
Methods
ArrangeOverride(Size)
Called to arrange and size the content.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The computed size that is used to arrange the content. |
Returns
System. The calculated size. |
MeasureOverride(Size)
Measure override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System. Available size. |
Returns
System. Size. |