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