bottom property

bottom property

Gets or sets the padding value for the bottom edge.

Definition:

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

See Also