contour_width property

contour_width property

Gets and sets the contour width on the shape, in unit of points.

Definition:

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

See Also