ComponentOne Maps for UWP
PointsSource Property (C1VectorPolyline)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorPolyline Class : PointsSource Property
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

Reference

C1VectorPolyline Class
C1VectorPolyline Members