background_color property

background_color property

See the background-color property definition in CSS2.

Definition:

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

See Also