visible property
visible property
Gets or sets the border visibility.
Definition:
@property
def visible(self):
...
@visible.setter
def visible(self, value):
...
See Also
- module
groupdocs.signature.domain
- class
Border
Gets or sets the border visibility.
@property
def visible(self):
...
@visible.setter
def visible(self, value):
...
groupdocs.signature.domain
Border