pen_width property

pen_width property

The distance annotation pen width.

Definition:

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

See Also