bottom property

bottom property

Gets or sets bottom margin.

Definition:

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

See Also