margin property

margin property

Gets/sets the margin width.

Definition:

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

See Also