fill property

fill property

Returns/sets the brush used to fill the shape of the rendered glyphs.

Definition:

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

See Also