back_transparency property

back_transparency property

Gets or sets the transparency of background color.

Definition:

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

See Also