Class ShapeType
Gets or Sets ShapeType
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.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 |