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