MapHitInfo.MapPolyline Property
In This Article
Gets a MapPolyline which is located under the test point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MapPolyline MapPolyline { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
#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