Back to Devexpress

MapHitInfo.InMapPushpin Property

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-bbd87318.md

latest1.3 KB
Original Source

MapHitInfo.InMapPushpin Property

Gets a value indicating whether the test point is within a MapPushpin.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public bool InMapPushpin { get; }
vb
Public ReadOnly Property InMapPushpin As Boolean

Property Value

TypeDescription
Boolean

true if the test point is within a pushpin; otherwise, false.

|

Remarks

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

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

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace