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

    Gets or sets a collection of points that define the map polyline.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public CoordPointCollection Points { get; set; }

    Property Value

    Type Description
    CoordPointCollection

    A collection of CoordPoint class descendant objects.

    See Also