Class MapCanvas
Items panel for information layer. This class is designed for internal use.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapCanvas : Panel
Constructors
MapCanvas()
Initializes a new instance of the MapCanvas class.
Declaration
public MapCanvas()
Properties
Layer
Information layer this map canvas belongs to.
Declaration
public InformationLayer Layer { get; set; }
Property Value
InformationLayer
|
MapControl
Gets or sets map control this layer belongs to.
Declaration
public RadMap MapControl { get; set; }
Property Value
RadMap
|
Methods
ArrangeOverride(Size)
Called to arrange and size the content.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The calculated size. |
MeasureOverride(Size)
Measure override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
Available size. |
Returns
System.Windows.Size
Size. |