Back to Devexpress

MapDotShapeKindMapping.DefaultValue Property

windowsforms-devexpress-dot-xtramap-dot-mapdotshapekindmapping.md

latest1.6 KB
Original Source

MapDotShapeKindMapping.DefaultValue Property

Gets or sets the default value of the property specified by this mapping.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
MapDotShapeKindCircle

A MapDotShapeKind enumeration value specifying the shape kind of map dots.

|

Available values:

NameDescription
Rectangle

A map dot is painted as a rectangle.

| | Circle |

A map dot is painted as a circle.

|

See Also

MapDotShapeKindMapping Class

MapDotShapeKindMapping Members

DevExpress.XtraMap Namespace