SVGPolylineElementBuilder Class

SVGPolylineElementBuilder class

Builder class for constructing an SVG ‘polyline’ element. The ‘polyline’ element is used to create a series of straight lines connecting multiple points in SVG graphics. This class provides methods to set various attributes and animate the polyline element.

public class SVGPolylineElementBuilder : SVGElementBuilder<SVGPolylineElement>, 
    IAnimationElementBuilder, IDescriptiveElementBuilder, IPaintServerElementBuilder, 
    IPointsAttributeSetter, IShapeAttributeSetter, IShapeContentElementBuilder

Constructors

NameDescription
SVGPolylineElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGPolylineElement)
BuildElement(Document)

See Also