foreground_color属性
foreground_color属性
获取或设置样式的前景色。
注意事项
如果返回 Color.Empty,则表示没有颜色设置。
定义:
@property
def foreground_color(self):
...
@foreground_color.setter
def foreground_color(self, value):
...
获取或设置样式的前景色。
如果返回 Color.Empty,则表示没有颜色设置。
@property
def foreground_color(self):
...
@foreground_color.setter
def foreground_color(self, value):
...