line_width property

line_width property

Gets or sets the line width.

Definition:

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

See Also