height property

height property

Gets and sets the height of the control in unit of points.

Definition:

@property
def height(self):
    ...
@height.setter
def height(self, value):
    ...

See Also