Back to Devexpress

IMapUiHitInfo.HitElement Property

windowsforms-devexpress-dot-xtramap-dot-imapuihitinfo.md

latest2.6 KB
Original Source

IMapUiHitInfo.HitElement Property

Returns the type of hit UI element.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
MapHitUiElementType HitElement { get; }
vb
ReadOnly Property HitElement As MapHitUiElementType

Property Value

TypeDescription
MapHitUiElementType

A MapHitUiElementType enumeration value.

|

Available values:

Show 13 items

NameDescription
None

Nothing was hit tested.

| | NavigationPanel |

The navigation panel.

| | ZoomTrackBar |

The Zoom trackbar on the navigation panel.

| | ZoomTrackBarThumb |

The Zoom trackbar’s thumb on the navigation panel.

| | ZoomIn |

The Zoom In button on the navigation panel.

| | ZoomOut |

The Zoom Out button on the navigation panel.

| | ScrollButtons |

The navigation panel’s scroll buttons.

| | SearchPanel |

The search panel.

| | MiniMap |

The mini map.

| | Overlay |

The overlay.

| | EditorPanel |

The map editor panel.

| | Legend |

A legend.

| | MeasurementToolbar |

The Measurements toolbar.

|

See Also

IMapUiHitInfo Interface

IMapUiHitInfo Members

DevExpress.XtraMap Namespace