MapHitInfo.MapEditorUiHitInfo Property
In This Article
Returns information about the hit tested Map Editor‘s UI elements.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapEditorUiHitInfo MapEditorUiHitInfo { get; }
#Property Value
Type | Description |
---|---|
Map |
An object containing information about Map Editor’s UI elements located at the hit point. |
See Also