value property
value property
The value of the given attribute.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.html.dom.svg.datatypes
- class
SVGNumber
The value of the given attribute.
@property
def value(self):
...
@value.setter
def value(self, value):
...
aspose.html.dom.svg.datatypes
SVGNumber