get_property_value method
get_property_value
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
Returns
Returns property value
def get_property_value(self, property_name):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | str | Name of the property. |
See Also
- module
aspose.svg.dom.css - class
ICSSStyleDeclaration