MapEditorUiHitInfo.AdditionalItem Property
Returns additional information about the hit tested Map Editor UI elements.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| Object | Additional information about the hit tested Map Editor’s elements. |
Remarks
The item’s concrete type depends on the MapEditorUiHitInfo.Element property value:
| Element value | AdditionalItem type |
|---|---|
| None | null (Nothing in Visual Basic) |
| Item | MapItem |
| ItemEdge | EditableItemHitInfo |
| ItemPoint | EditableItemHitInfo |
| ResizeHandle | TransformOrigin |
| RotateHandle | null (Nothing in Visual Basic) |
See Also