Back to Devexpress

MapDot.ShapeKind Property

windowsforms-devexpress-dot-xtramap-dot-mapdot.md

latest1.5 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.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(MapDotShapeKind.Circle)]
public MapDotShapeKind ShapeKind { get; set; }
vb
<DefaultValue(MapDotShapeKind.Circle)>
Public Property ShapeKind As MapDotShapeKind

Property Value

TypeDefaultDescription
MapDotShapeKindCircle

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.XtraMap Namespace