Back to Devexpress

MapEditorUiHitInfo.AdditionalItem Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditoruihitinfo.md

latest2.0 KB
Original Source

MapEditorUiHitInfo.AdditionalItem Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public object AdditionalItem { get; }
vb
Public ReadOnly Property AdditionalItem As Object

Property Value

TypeDescription
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:

ValueAdditionalItem
NoneAlways null (or Nothing in VB).
ResizeHandleThe TransformOrigin object that stores the position of the handle under the test point.
RotateHandleAlways null (or Nothing in VB).
ItemThe MapItem object that is under the test point.
ItemPointThe EditableItemHitInfo object that provides information about an editable item’s point.
ItemEdgeThe EditableItemHitInfo object that provides information about an editable item’s edge.

See Also

MapEditorUiHitInfo Class

MapEditorUiHitInfo Members

DevExpress.Xpf.Map Namespace