height property
height property
Gets or sets the height of this Rectangle
structure.
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
aspose.cad
- class
Rectangle
Gets or sets the height of this Rectangle
structure.
@property
def height(self):
...
@height.setter
def height(self, value):
...
aspose.cad
Rectangle