line_width property

line_width property

Gets or sets the line width. The value of this parameter is affected by the graphics scale. Default value is 1.

Definition:

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

See Also