weight property

weight property

The line thickness in points that strokes the path of a shape. The default value is 0.75.

Definition:

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

See Also