Back to Devexpress

MapDotSettings.ShapeKind Property

wpf-devexpress-dot-xpf-dot-map-dot-mapdotsettings-a622f4f6.md

latest1.6 KB
Original Source

MapDotSettings.ShapeKind Property

Gets or sets the shape kind of dots generated using these settings.

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShapeKind
MapDotSettings

.Default .ShapeKind

|

See Also

MapDotSettings Class

MapDotSettings Members

DevExpress.Xpf.Map Namespace