ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPolyline Class / PointsSource Property

In This Topic
    PointsSource Property (C1VectorPolyline)
    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