window_height_inch property

window_height_inch property

The height of the window, in unit of inch.

Definition:

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

See Also