foreground_color 属性

foreground_color 属性

获取或设置前景颜色。

定义:

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

也可以看看