A string representation of the current value.
Namespace: Aspose.Svg.Dom.CssAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic abstract string CSSText { get; set; }Public MustOverride Property CSSText As String
Get
Set
public:
virtual property String^ CSSText {
String^ get () abstract;
void set (String^ value) abstract;
}abstract CSSText : string with get, set
Property Value
Type:
String
The CSS text.
See Also