Class
MapLegendCanvas

Items panel for map legend. This class is designed for internal use.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapLegendCanvas : Panel

Inheritance: objectMapLegendCanvas

Constructors

MapLegendCanvas()

Declaration

cs-api-definition
public MapLegendCanvas()

Properties

Legend

Map legend control this canvas belongs to.

Declaration

cs-api-definition
public MapLegend Legend { get; set; }

Property Value

MapLegend

Methods

ArrangeOverride(Size)

Called to arrange and size the content.

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

The computed size that is used to arrange the content.

Returns

Size

The calculated size.

MeasureOverride(Size)

Measure override.

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Available size.

Returns

Size

Size.