CSSValueCSSText Property
A string representation of the current value.

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public abstract string CSSText { get; set; }

Property Value

Type: String
The CSS text.
See Also