[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPolylineElement

SvgPolylineElement Class

Represents a 'polyline' element in the DOM.

Inheritance
SvgPolylineElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgPolylineElement : SvgGeometryElement
Public Class SvgPolylineElement
    Inherits SvgGeometryElement

Constructors

Name Description
SvgPolylineElement()

Initializes a new instance of the SvgPolylineElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgPolylineElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Points

Gets or sets the list of points.