transparent property

transparent property

Indicates if background is transparent.

Definition:

@property
def transparent(self):
    ...
@transparent.setter
def transparent(self, value):
    ...

See Also