CreatableMapItemKind Enum
Lists the map item types that the Map Editor can create while it is in the Create mode.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Members
Name | Description |
---|---|
Pushpin
|
A Map |
Dot
|
A Map |
Ellipse
|
A Map |
Line
|
A Map |
Path
|
A Map |
Polygon
|
A Map |
Polyline
|
A Map |
Rectangle
|
A Map |
Custom
|
A Map |
Callout
|
A Map |
Bubble
|
A Map |
Pie
|
A Map |
Spline
|
A Map |
#Remarks
The MapEditor.SetCreateMode method uses this enumeration values to enable the map editor’s Create mode and specify the type of map item to be created.