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
Properties
Methods
See Also