weight property

weight property

Gets or sets the brush thickness that strokes the path of a shape.

Definition:

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

See Also