MapHitInfo.InMapSpline Property
Returns a value that indicates whether the test point is within a MapSpline.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.2.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If InMapSpline returns true, you can use the MapSpline property to access the spline on the test point.
If InMapSpline returns false, the MapSpline property returns null (Nothing in Visual Basic).
See Also