weight_px property

weight_px property

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

Definition:

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

See Also