Skip to main content

MapEditorUiHitInfo.AdditionalItem Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public object AdditionalItem { get; }

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