foreground_color property

foreground_color property

Gets or sets a style’s foreground color.

Remarks

It means no color setting if Color.Empty is returned.

Definition:

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

See Also