margin_right property

margin_right property

Returns or sets the right margin in a paragraph with no inheritance. Read/write float.

Definition:

@property
def margin_right(self):
    ...

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

See Also