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