Back to Devexpress

MapEditorUiElement Enum

wpf-devexpress-dot-xpf-dot-map-1d237f1c.md

latest1.3 KB
Original Source

MapEditorUiElement Enum

Lists values that identify the Map Editor UI elements.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum MapEditorUiElement
vb
Public Enum MapEditorUiElement

Members

NameDescription
None

No one Map Editor UI element.

| | Item |

The item that the Map Editor changes.

| | ResizeHandle |

The Resize handle.

| | RotateHandle |

The Rotate handle.

| | ItemPoint |

The Editable Item point’s handle.

| | ItemEdge |

The Editable Item edge’s handle.

|

The following properties accept/return MapEditorUiElement values:

Remarks

The MapEditorUiHitInfo.Element property uses these enum values.

See Also

DevExpress.Xpf.Map Namespace