Back to Devexpress

MapEditorUiHitInfo.Element Property

windowsforms-devexpress-dot-xtramap-dot-mapeditoruihitinfo-2188d9cf.md

latest1.5 KB
Original Source

MapEditorUiHitInfo.Element Property

Returns the Map Editor‘s element that is located under the test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapEditorUiElement Element { get; }
vb
Public ReadOnly Property Element As MapEditorUiElement

Property Value

TypeDescription
MapEditorUiElement

A MapEditorUiElement value identifying the element type.

|

Available values:

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.

|

See Also

MapEditorUiHitInfo Class

MapEditorUiHitInfo Members

DevExpress.XtraMap Namespace