fore_color property

fore_color property

Gets and sets the fill fore color.

Definition:

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

See Also