Class ShapeFileHeader
ShapeFileHeader
Inheritance
System.Object
ShapeFileHeader
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class ShapeFileHeader : Object
Constructors
ShapeFileHeader()
Constructor ShapeFileHeader
Declaration
public ShapeFileHeader()
Properties
BoundingBox
Gets or Sets BoundingBox value
Declaration
public BoundingBox BoundingBox { get; }
Property Value
| Type |
|---|
| BoundingBox |
ShapeType
Specifies the shape type for the file. A shapefile contains only one type of shape.
Declaration
public ShapeType ShapeType { get; }
Property Value
| Type |
|---|
| ShapeType |
Methods
ToString()
Converts values to ToString
Declaration
public override string ToString()
Returns
| Type |
|---|
| System.String |