theme_color属性
theme_color属性
获取并设置边框的主题颜色。
定义:
@property
def theme_color(self):
...
@theme_color.setter
def theme_color(self, value):
...
获取并设置边框的主题颜色。
@property
def theme_color(self):
...
@theme_color.setter
def theme_color(self, value):
...