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

Items panel for information layer. This class is designed for internal use.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapCanvas : Panel

Inheritance: objectMapCanvas

Constructors

Initializes a new instance of the MapCanvas class.

C#
public MapCanvas()

Properties

Information layer this map canvas belongs to.

C#
public InformationLayer Layer { get; set; }

Gets or sets map control this layer belongs to.

C#
public RadMap MapControl { 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.