Skip to main content

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

NuGet Package: DevExpress.Win.Map

Declaration

public enum CreatableMapItemKind

Members

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.

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