Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapHitUiElementType Enum

Lists element types that can be hit.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

public enum MapHitUiElementType

#Members

Name Description
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.

#Related API Members

The following properties accept/return MapHitUiElementType values:

#Remarks

These enumeration values are used by the IMapUiHitInfo.HitElement property.

See Also