Class ShapeType
To specify the shape type.
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class ShapeType : Enum
Fields
Multipoint
A cluster of points represented by a single shape record.
Declaration
public const ShapeType Multipoint
Field Value
| Type |
|---|
| ShapeType |
NullShape
Nullshape / placeholder record.
Declaration
public const ShapeType NullShape
Field Value
| Type |
|---|
| ShapeType |
Point
Point record, for defining point locations such as a city.
Declaration
public const ShapeType Point
Field Value
| Type |
|---|
| ShapeType |
Polygon
One or more sets of closed figures. Used to represent political boundaries for countries, lakes, etc.
Declaration
public const ShapeType Polygon
Field Value
| Type |
|---|
| ShapeType |
PolyLine
One or more sets of connected points. Used to represent roads, hydrography, etc.
Declaration
public const ShapeType PolyLine
Field Value
| Type |
|---|
| ShapeType |