hide_top property

hide_top property

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

Definition:

@property
def hide_top(self):
    ...

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

See Also