window_left_inch property

window_left_inch property

The distance from the left edge of the client area to the left edge of the window. In unit of inch.

Definition:

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

See Also