windowsforms-devexpress-dot-xtramap-941b67fc.md
Lists the map item types that the Map Editor can create while it is in the Create mode.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public enum CreatableMapItemKind
Public Enum CreatableMapItemKind
| Name | Description |
|---|---|
Pushpin |
A MapPushpin should be created.
|
| Dot |
A MapDot should be created.
|
| Ellipse |
A MapEllipse should be created.
|
| Line |
A MapLine should be created.
|
| Path |
A MapPath should be created.
|
| Polygon |
A MapPolygon should be created.
|
| Polyline |
A MapPolyline should be created.
|
| Rectangle |
A MapRectangle should be created.
|
| Custom |
A MapCustomElement should be created.
|
| Callout |
A MapCallout should be created.
|
| Bubble |
A MapBubble should be created.
|
| Pie |
A MapPie should be created.
|
| Spline |
A MapSpline should be created.
|
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.
See Also