Back to Devexpress

MapDot.ShapeKind Property

wpf-devexpress-dot-xpf-dot-map-dot-mapdot.md

latest1.3 KB
Original Source

MapDot.ShapeKind Property

Gets or sets a value specifying the shape that is used to draw a dot on a map.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapDotShapeKind ShapeKind { get; set; }
vb
Public Property ShapeKind As MapDotShapeKind

Property Value

TypeDescription
MapDotShapeKind

A MapDotShapeKind enumeration value specifying the shape kind.

|

Available values:

NameDescription
Rectangle

A map dot is painted as a rectangle.

| | Circle |

A map dot is painted as a circle.

|

See Also

MapDot Class

MapDot Members

DevExpress.Xpf.Map Namespace