Back to Devexpress

MapEditorUiHitInfo.AdditionalItem Property

windowsforms-devexpress-dot-xtramap-dot-mapeditoruihitinfo.md

latest1.8 KB
Original Source

MapEditorUiHitInfo.AdditionalItem Property

Returns additional information about the hit tested Map Editor UI elements.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
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 valueAdditionalItem type
Nonenull ( Nothing in Visual Basic)
ItemMapItem
ItemEdgeEditableItemHitInfo
ItemPointEditableItemHitInfo
ResizeHandleTransformOrigin
RotateHandlenull ( Nothing in Visual Basic)

See Also

MapEditorUiHitInfo Class

MapEditorUiHitInfo Members

DevExpress.XtraMap Namespace