background property

background property

Gets/sets the background color.

Definition:

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

See Also