hide_bottom property

hide_bottom property

Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box.

Definition:

@property
def hide_bottom(self):
    ...

@hide_bottom.setter
def hide_bottom(self, value):
    ...

See Also