is_transparent propriété
is_transparent propriété
Indique si le champ est transparent.
Définition:
@property
def is_transparent(self):
...
@is_transparent.setter
def is_transparent(self, value):
...
Indique si le champ est transparent.
@property
def is_transparent(self):
...
@is_transparent.setter
def is_transparent(self, value):
...