theme_color 属性

theme_color 属性

获取和设置边框的主题颜色。

定义:

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

也可以看看