MapHitInfo.InMapSpline Property
Returns a value that indicates whether the test point is within a MapSpline.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the test point is in a spline; otherwise, false. |
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