right_margin_pt property

right_margin_pt property

Gets and sets the right margin in unit of Points.

Definition:

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

See Also