is_transparent proprietà
is_transparent proprietà
Indica se il controllo è trasparente.
Definizione:
@property
def is_transparent(self):
...
@is_transparent.setter
def is_transparent(self, value):
...
Indica se il controllo è trasparente.
@property
def is_transparent(self):
...
@is_transparent.setter
def is_transparent(self, value):
...