Back to Devexpress

MapLegendHitElement Enum

windowsforms-devexpress-dot-xtramap-8534cc01.md

latest1.5 KB
Original Source

MapLegendHitElement Enum

Lists legend elements that can be positioned in a hit-test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum MapLegendHitElement
vb
Public Enum MapLegendHitElement

Members

NameDescription
None

No legend element is hit-tested.

| | Header |

A legend header.

| | Description |

A legend description.

| | Item |

A legend item is in the test point.

|

The following properties accept/return MapLegendHitElement values:

Remarks

The MapLegendHitInfo.Element property uses the MapLegendHitElement enumeration values.

See Also

DevExpress.XtraMap Namespace