width property

width property

Returns or sets the width of a line. Read/write float.

Definition:

@property
def width(self):
    ...

@width.setter
def width(self, value):
    ...

See Also