MapHitInfo.UiHitInfo Property
In This Article
Returns information about hit tested UI elements.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public IMapUiHitInfo UiHitInfo { get; }
#Property Value
Type | Description |
---|---|
IMap |
An object of a class implementing the IMap |
See Also