Back to Devexpress

MapEditorUiElement Enum

windowsforms-devexpress-dot-xtramap-0d1037d8.md

latest1.2 KB
Original Source

MapEditorUiElement Enum

Lists the Map Editor’s elements that can be hit.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum MapEditorUiElement
vb
Public Enum MapEditorUiElement

Members

NameDescription
None

Nothing was hit tested.

| | Item |

The map item.

| | ResizeHandle |

A resize handle.

| | RotateHandle |

The rotation handle.

| | ItemPoint |

The item point.

| | ItemEdge |

The item edge.

|

The following properties accept/return MapEditorUiElement values:

Remarks

The MapEditorUiElement values are used by the MapEditorUiHitInfo.Element property.

See Also

DevExpress.XtraMap Namespace