is_transparent propriété
is_transparent propriété
Définition:
@property
def is_transparent(self):
    ...
@is_transparent.setter
def is_transparent(self, value):
    ...
@property
def is_transparent(self):
    ...
@is_transparent.setter
def is_transparent(self, value):
    ...