Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPolyline Class / PointsSource Property

In This Topic
    PointsSource Property (VectorPolyline)
    In This Topic
    Gets or sets a source for the vertex points. The PointsSource is used only if Points property is not set(Points is null value).
    Syntax
    'Declaration
     
    
    Public Property PointsSource As IEnumerable(Of Point)
    public IEnumerable<Point> PointsSource {get; set;}
    See Also