Back to Devexpress

MapHitInfo.MapBubble Property

wpf-devexpress-dot-xpf-dot-map-dot-maphitinfo.md

latest1.4 KB
Original Source

MapHitInfo.MapBubble Property

Gets the MapBubble which is located under the test point.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.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

MapHitInfo Class

MapHitInfo Members

DevExpress.Xpf.Map Namespace