Back to Devexpress

MapHitInfo.MapPolyline Property

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

latest1.5 KB
Original Source

MapHitInfo.MapPolyline Property

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

Property Value

TypeDescription
MapPolyline

A MapPolyline object that is the polyline located under the test point.

|

Remarks

Use the MapPolyline property to access the polyline located under the test point (if the MapHitInfo.InMapPolyline property returns true ).

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

See Also

InMapPolyline

MapHitInfo Class

MapHitInfo Members

DevExpress.Xpf.Map Namespace