pen_width property

pen_width property

The pen width of the area annotation.

Definition:

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

See Also