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.UWP.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)
Defines ArrangeOverride
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | finalSize |
Returns
| Type |
|---|
| Windows.Foundation.Size |
MeasureOverride(Size)
Defines MeasureOverride
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | availableSize |
Returns
| Type |
|---|
| Windows.Foundation.Size |