margin property

margin property

Gets the space that is specified by default between Image and Document edges (works if horizontal or vertical alignment is specified).

Definition:

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

See Also