Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public bool InMapSpline { get; }

    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