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