CSSValueList Constructor (CSSValue)
Initializes a new instance of the CSSValueList class.

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public CSSValueList(
	params CSSValue[] values
)

Parameters

values
Type: Aspose.Svg.Dom.CssCSSValue
The values.
See Also