background_transparency property

background_transparency property

Gets or sets the background transparency.

Definition:

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

See Also