Back to Devexpress

MapHitInfo.MapBubble Property

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-5e42216d.md

latest1.5 KB
Original Source

MapHitInfo.MapBubble Property

Gets the MapBubble which is located under the test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapBubble MapBubble { get; }
vb
Public ReadOnly Property MapBubble As MapBubble

Property Value

TypeDescription
MapBubble

A MapBubble object that is the bubble located under the test point.

|

Remarks

Use the MapBubble property to access the bubble located under the test point (if the MapHitInfo.InMapBubble property returns true ).

If MapHitInfo.InMapBubble is false , the MapBubble property returns null ( Nothing in Visual Basic).

See Also

InMapBubble

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace