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

MapEditorUiHitInfo.AdditionalItem Property

Provides additional information about the Map Editor UI element under the test point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public object AdditionalItem { get; }

Property Value

Type Description
Object

An object that stores additional information about the Map Editor UI element under the test point.

Remarks

Note that the type of the object that this property returns depends on the Element property value:

Value AdditionalItem
None Always null (or Nothing in VB).
ResizeHandle The TransformOrigin object that stores the position of the handle under the test point.
RotateHandle Always null (or Nothing in VB).
Item The MapItem object that is under the test point.
ItemPoint The EditableItemHitInfo object that provides information about an editable item’s point.
ItemEdge The EditableItemHitInfo object that provides information about an editable item’s edge.
See Also