foreground_color property

foreground_color property

Gets or sets the foreground color of the text.

Definition:

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

See Also