Skip to main content
A newer version of this page is available. .

MapEditorUiHitInfo.Element Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public MapEditorUiElement Element { get; }

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