Skip to main content

MapHitInfo.MapEditorUiHitInfo Property

Returns information about the hit tested Map Editor‘s UI elements.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapEditorUiHitInfo MapEditorUiHitInfo { get; }

Property Value

Type Description
MapEditorUiHitInfo

An object containing information about Map Editor’s UI elements located at the hit point.

See Also