line_width property

line_width property

The line width, affected by the graphics scale; default is 1.

Definition:

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

See Also