bottom property

bottom property

The bottom margin, expressed as a horizontal offset from the parent bottom border.

Definition:

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

See Also