Skip to main content
A newer version of this page is available. .
All docs
V21.2

MapHitInfo.MapSpline Property

Returns a MapSpline on the test point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapSpline MapSpline { get; }

Property Value

Type Description
MapSpline

A map spline that is on the test point.

Remarks

Use the InMapSpline property to check whether a map spline is on the test point.

If InMapSpline is false, the MapPushpin property returns null (Nothing in Visual Basic).

See Also