all property

all property

Gets or sets the padding value for all the edges. Changing of any partial edge like left or top makes this property equal 0;

Definition:

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

See Also