width property
width property
The Width coordinate of the rectangle, in user units.
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
See Also
- module
aspose.html.dom.svg.datatypes
- class
SVGRect
The Width coordinate of the rectangle, in user units.
@property
def width(self):
...
@width.setter
def width(self, value):
...
aspose.html.dom.svg.datatypes
SVGRect