background_theme_color property

background_theme_color property

Gets and sets the background theme color.

Remarks

If the background color is not a theme color, NULL will be returned.

Definition:

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

See Also