Class ShapeFilePanel
Represents the ShapeFilePanel class in the SfMap. Inherites from the Panel class.
Inheritance
System.Object
ShapeFilePanel
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ShapeFilePanel : Panel
Remarks
Measures and arranges the map shapes in the shape file layer.
Constructors
ShapeFilePanel()
Initializes a new instance of the ShapeFilePanel class.
Declaration
public ShapeFilePanel()
Methods
ArrangeOverride(Size)
Arranges the child elements within the container.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | finalSize | The final area available for layout. |
Returns
| Type | Description |
|---|---|
| System.Windows.Size | The actual size used. |
MeasureOverride(Size)
Measures the size needed for the container and its children.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | availableSize | availableSize |
Returns
| Type | Description |
|---|---|
| System.Windows.Size | The size the container needs. |