fore_color property

fore_color property

Gets and sets the border line fore color.

Definition:

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

See Also