Back to Devexpress

CreatableMapItemKind Enum

windowsforms-devexpress-dot-xtramap-941b67fc.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum CreatableMapItemKind
vb
Public Enum CreatableMapItemKind

Members

NameDescription
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.

|

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.

See Also

DevExpress.XtraMap Namespace