foreground_color 属性

foreground_color 属性

获取或设置样式的前景色。

评论

如果返回 Color.Empty,则表示没有颜色设置。

定义:

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

也可以看看