Back to Devexpress

MapDotShapeKind Enum

windowsforms-devexpress-dot-xtramap-5e346041.md

latest1.4 KB
Original Source

MapDotShapeKind Enum

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraMap Namespace