ICSSStyleDeclarationCSSText Property |
The parsable textual representation of the declaration block (excluding the surrounding curly braces). Setting this attribute will result in the parsing of the new value and resetting of all the properties in the declaration block including the removal or addition of properties.
Namespace:
Aspose.Svg.Dom.Css
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxstring CSSText { get; set; }
Property CSSText As String
Get
Set
property String^ CSSText {
String^ get ();
void set (String^ value);
}
abstract CSSText : string with get, set
Property Value
Type:
String
The CSS text.
See Also