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):
...
Indicates whether the control is transparent.
@property
def is_transparent(self):
...
@is_transparent.setter
def is_transparent(self, value):
...