right_margin property

right_margin property

Represents the size of the right margin, in unit of centimeters.

Definition:

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

See Also