bottom_height property

bottom_height property

Gets or sets the height of the bottom.

Definition:

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

See Also