background_theme_color proprietà

background_theme_color proprietà

Ottiene e imposta il colore del tema di sfondo.

Osservazioni

Se il colore di sfondo non è un colore del tema, verrà restituito NULL.

Definizione:

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

Guarda anche