css_text property
css_text property
The property of the CSSValue interface represents the current computed CSS property value.
Definition:
@property
def css_text(self):
    ...
@css_text.setter
def css_text(self, value):
    ...
See Also
- module 
aspose.svg.dom.css - class 
CSSValue