Class ShapeFileHeader
ShapeFileHeader
Inheritance
System.Object
ShapeFileHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class ShapeFileHeader
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 |
Overrides
System.Object.ToString()