fill property

fill property

Returns/sets the brush used to paint the geometry specified by the Data property of the path.

Definition:

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

See Also