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

MapHitInfo.MapEditorUiHitInfo Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.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