SVGPolygonElementPoints Property |
Provides access to the base (i.e., static) contents of the ‘points’ attribute.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGPointList Points { get; }
Public ReadOnly Property Points As SVGPointList
Get
public:
virtual property SVGPointList^ Points {
SVGPointList^ get () sealed;
}
abstract Points : SVGPointList with get
override Points : SVGPointList with get
Property Value
Type:
SVGPointList
The content of the ‘points’ attribute
Implements
ISVGAnimatedPointsPoints
See Also