MapOverlayHitInfo.OverlayItem Property
Returns the hit overlay item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
MapOverlayItemBase | A MapOverlayItemBase object that has been hit. |
Remarks
Note
If overlay items are overlapped, then the upper item will be returned using this property.
See Also