background_colour property

background_colour property

BackgroundColour

Definition:

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

See Also