line_width property

line_width property

Sets or gets the thickness of paths to be stroked.

Definition:

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

See Also