left property

left property

See the left property definition in CSS2.

Definition:

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

See Also