IMapUiHitInfo.HitElement Property
In This Article
Returns the type of hit UI element.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
MapHitUiElementType HitElement { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
Available values:
Show 13 items
Name | Description |
---|---|
None | Nothing was hit tested. |
Navigation |
The navigation panel. |
Zoom |
The Zoom trackbar on the navigation panel. |
Zoom |
The Zoom trackbar’s thumb on the navigation panel. |
Zoom |
The Zoom In button on the navigation panel. |
Zoom |
The Zoom Out button on the navigation panel. |
Scroll |
The navigation panel’s scroll buttons. |
Search |
The search panel. |
Mini |
The mini map. |
Overlay | The overlay. |
Editor |
The map editor panel. |
Legend | A legend. |
Measurement |
The Measurements toolbar. |
See Also