Back to Devexpress

MapDotShapeKind Enum

wpf-devexpress-dot-xpf-dot-map-7577d425.md

latest1.3 KB
Original Source

MapDotShapeKind Enum

Lists the values used to specify the shape of map dots.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum MapDotShapeKind
vb
Public Enum MapDotShapeKind

Members

NameDescription
Rectangle

A map dot is painted as a rectangle.

| | Circle |

A map dot is painted as a circle.

|

The following properties accept/return MapDotShapeKind values:

Remarks

The values listed by the MapDotShapeKind enumeration are used to set the MapDot.ShapeKind property.

See Also

DevExpress.Xpf.Map Namespace