MapEditorUiHitInfo.AdditionalItem Property
In This Article
Provides additional information about the Map Editor UI element under the test point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.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 | Additional |
---|---|
None | Always null (or Nothing in VB). |
Resize |
The Transform |
Rotate |
Always null (or Nothing in VB). |
Item | The Map |
Item |
The Editable |
Item |
The Editable |
See Also