background_color property
background_color property
The Background Color
Definition:
@property
def background_color(self):
...
@background_color.setter
def background_color(self, value):
...
The Background Color
@property
def background_color(self):
...
@background_color.setter
def background_color(self, value):
...