hide_left property

hide_left property

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

Definition:

@property
def hide_left(self):
    ...

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

See Also