fill_color property

fill_color property

Gets or sets the color of the fill.

Definition:

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

See Also