hide_right property

hide_right property

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

Definition:

@property
def hide_right(self):
    ...

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

See Also