MapHitInfo.MapSpline Property
Returns a MapSpline on the test point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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