Class
MapCanvas

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

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.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

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.