Class PolygonShapeType
Specifies the type of the polygon shape to be rendered on the Maps.
Inheritance
System.Object
PolygonShapeType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PolygonShapeType : Enum
Fields
LineString
Defines a polygon shape with an open path that represents the line string geometry of the map.
Declaration
public const PolygonShapeType LineString
Field Value
Type |
---|
PolygonShapeType |
Polygon
Defines the polygon shape with a closed path to render on the map.
Declaration
public const PolygonShapeType Polygon
Field Value
Type |
---|
PolygonShapeType |