Back to Devexpress

MapHitInfo.MapPushpin Property

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

latest1.4 KB
Original Source

MapHitInfo.MapPushpin Property

Gets a MapPushpin 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 MapPushpin MapPushpin { get; }
vb
Public ReadOnly Property MapPushpin As MapPushpin

Property Value

TypeDescription
MapPushpin

A MapPushpin object that is the pushpin located under the test point.

|

Remarks

Use the MapPushpin property to access the pushpin located under the test point (if the MapHitInfo.InMapPushpin property returns true ).

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

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.Xpf.Map Namespace