window_left_cm property

window_left_cm property

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

Definition:

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

See Also