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

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