height property
height property
The height of the rectangle.
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- class
Rectangle
The height of the rectangle.
@property
def height(self):
...
@height.setter
def height(self, value):
...
Rectangle