margin_right property

margin_right property

See the margin-right property definition in CSS2.

Definition:

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

See Also