line_weight property

line_weight property

Gets or sets line weight

Definition:

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

See Also