MapEditorUiHitInfo.Element Property
Returns the Map Editor‘s element that is located under the test point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
MapEditorUiElement | A MapEditorUiElement value identifying the element type. |
Available values:
Name | Description |
---|---|
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