foreground_color property

foreground_color property

Gets or sets the foreground Color.

Definition:

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

See Also