fill_brush property

fill_brush property

Sets or gets the brush object that is used to fill the interiors of paths.

Definition:

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

See Also