value property
value property
On retrieval, the value of the attribute is returned as a string.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.svg.dom
- class
Attr
On retrieval, the value of the attribute is returned as a string.
@property
def value(self):
...
@value.setter
def value(self, value):
...
aspose.svg.dom
Attr