New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class MapLegendCanvas : Panel

Inheritance: objectMapLegendCanvas

Constructors

C#
public MapLegendCanvas()

Properties

Map legend control this canvas belongs to.

C#
public MapLegend Legend { get; set; }

Methods

Called to arrange and size the content.

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSize

The computed size that is used to arrange the content.

Returns:

Size

The calculated size.

Measure override.

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSize

Available size.

Returns:

Size

Size.