paint property

paint property

Gets/sets the brush for filling paths.

Definition:

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

See Also