left property

left property

The left margin, expressed as the horizontal offset from the parent left border.

Definition:

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

See Also