stroke_brush property

stroke_brush property

Sets or gets the brush object that is used for stroked paths.

Definition:

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

See Also