foreground_color属性

foreground_color属性

获取或设置前景色。

定义:

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

也可以看看