ComponentOne Maps for UWP
Points Property (C1VectorPolyline)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorPolyline Class : Points Property
Gets or sets a collection that contains the vertex points of the C1VectorPolyline. The points represents geographical coordinates where X=longitude and Y=latitude.
Syntax
'Declaration
 
Public Property Points As PointCollection
public PointCollection Points {get; set;}
See Also

Reference

C1VectorPolyline Class
C1VectorPolyline Members