is_visible property
is_visible property
Gets or sets a value indicating whether object is visible.
Definition:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
Gets or sets a value indicating whether object is visible.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...