window_width_inch property

window_width_inch property

The width of the window, in unit of inch.

Definition:

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

See Also