wpf-devexpress-dot-xpf-dot-map-dot-mapeditoruihitinfo.md
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
public object AdditionalItem { get; }
Public ReadOnly Property AdditionalItem As Object
| Type | Description |
|---|---|
| Object |
An object that stores additional information about the Map Editor UI element under the test point.
|
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