[]
Represents a 'polygon' element in the DOM.
public class SvgPolygonElement : SvgGeometryElement
Initializes a new instance of the SvgPolygonElement class.
public SvgPolygonElement()
Gets the SVG name of SvgPolygonElement.
public const string SvgName = "polygon"
Gets the SVG name of the current element.
public override string ElementName { get; }
Gets or sets the list of points.
public List<SvgPoint> Points { get; set; }