Skip to main content
A newer version of this page is available. .

MapEditorUiHitInfo.AdditionalItem Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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