is_visible propiedad
is_visible propiedad
Indica si este control es visible.
Definición:
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...
Indica si este control es visible.
@property
def is_visible(self):
...
@is_visible.setter
def is_visible(self, value):
...