Class ShapeType
Gets or sets shape type.
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public sealed class ShapeType : Enum
Fields
PointIcon
Defines Geo points in the collection
Declaration
public const ShapeType PointIcon
Field Value
| Type |
|---|
| ShapeType |
Polygon
Defines Polygon points in the collection
Declaration
public const ShapeType Polygon
Field Value
| Type |
|---|
| ShapeType |
Polyline
Defines Polyline points in the collection
Declaration
public const ShapeType Polyline
Field Value
| Type |
|---|
| ShapeType |