visible property

visible property

Gets or sets the border visibility.

Definition:

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

See Also