width property

width property

Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.

Definition:

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

See Also