font_color 属性

font_color 属性

将应用字体颜色设置。

定义:

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

也可以看看