Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPolylineElement Class / Points Property

In This Topic
    Points Property (SvgPolylineElement)
    In This Topic
    Gets or sets the list of points.
    Syntax
    'Declaration
     
    Public Property Points As System.Collections.Generic.List(Of SvgPoint)
    public System.Collections.Generic.List<SvgPoint> Points {get; set;}
    See Also