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.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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