MapCanvas
Class
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)
The computed size that is used to arrange the content.
Returns:Size
The calculated size.
Measure override.
C#
protected override Size MeasureOverride(Size availableSize)
Available size.
Returns:Size
Size.