MapBubbleMarkerTypeMapping.DefaultValue Property
Gets or sets the default value of the property specified by this mapping.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
MarkerType | Default | A MarkerType enumeration value specifying the shape kind of map dots. |
Available values:
Name | Description |
---|---|
Default | The default marker type. |
Square | A marker is drawn as a square. |
Diamond | A marker is drawn as a diamond. |
Triangle | A marker is drawn as a triangle. |
InvertedTriangle | A marker is drawn as an inverted triangle. |
Circle | A marker is drawn as a circle. |
Plus | A marker is drawn as a plus sign. |
Cross | A marker is drawn as a cross. |
Star5 | A marker is drawn as a five pointed star. |
Star6 | A marker is drawn as a six pointed star. |
Star8 | A marker is drawn as an eight pointed star. |
Pentagon | A marker is drawn as a pentagon. |
Hexagon | A marker is drawn as a hexagon. |
See Also