Skip to main content
All docs
V25.1
  • MapPolylineBase.ActualPoints Property

    Returns the collection of points used to plot a line.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public IEnumerable<CoordPoint> ActualPoints { get; }

    Property Value

    Type Description
    IEnumerable<CoordPoint>

    An object implementing the IEnumerable<T><CoordPoint,> interface and containing points used to plot a line.

    Remarks

    If the MapPolyline.IsGeodesic property is set to false, then this collection stores points contained in the MapPolylineBase.Points collection.

    If MapPolyline.IsGeodesic is set to true, then this collection stores several points required to plot the polyline as geodesic.

    See Also