margin_left property

margin_left property

See the margin-left property definition in CSS2.

Definition:

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

See Also