is_transparent property

is_transparent property

Indicates whether the control is transparent.

Definition:

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

See Also