border_width property

MultiPageLayout.border_width property

Gets or sets the width of the pages border. The default is 0.

@property
def border_width(self) -> float:
    ...

@border_width.setter
def border_width(self, value: float):
    ...

See Also