font_color property

font_color property

The font color of the text field annotation.

Definition:

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

See Also