Skip to main content
A newer version of this page is available. .

MapHitInfo.MapPolyline Property

Gets a MapPolyline which is located under the test point.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapPolyline MapPolyline { get; }

Property Value

Type Description
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