SVGPolygonElement.Points

SVGPolygonElement.Points property

Provides access to the base (i.e., static) contents of the ‘points’ attribute.

public SVGPointList Points { get; }

Property Value

The content of the ‘points’ attribute

See Also