Back to Devexpress

MapHitInfo.MapPushpin Property

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-71d78598.md

latest1.5 KB
Original Source

MapHitInfo.MapPushpin Property

Gets a MapPushpin which is located under the test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraMap Namespace