Class
MapCanvas

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:

cs-api-definition
public class MapCanvas : Panel

Inheritance: objectMapCanvas

Constructors

MapCanvas()

Initializes a new instance of the MapCanvas class.

Declaration

cs-api-definition
public MapCanvas()

Properties

Layer

Information layer this map canvas belongs to.

Declaration

cs-api-definition
public InformationLayer Layer { get; set; }

Property Value

InformationLayer

MapControl

Gets or sets map control this layer belongs to.

Declaration

cs-api-definition
public RadMap MapControl { get; set; }

Property Value

RadMap

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.