weight property

weight property

Gets or sets the weight of the line in unit of points.

Example


lineFmt.weight = 2.0

Definition:

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

See Also