theme_color property

theme_color property

Gets and sets the theme color of the border.

Definition:

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

See Also