[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPolylineElement.Points

Points Property

Points

Gets or sets the list of points.

Declaration
public List<SvgPoint> Points { get; set; }
Public Property Points As List(Of SvgPoint)