fill_style property

fill_style property

Color or style to use inside shapes. Default: (black).

Definition:

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

See Also