MapLegendHitInfo.AdditionalInfo Property
Returns additional information about a legend element in a test point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
Object | An object that contains additional information about the hit-tested legend element. |
Remarks
If the Element property value is equal to MapLegendHitElement.Item, AdditionalInfo contains the item’s index.
See Also