window_height property

window_height property

The height of the window, in unit of point.

Definition:

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

See Also