pen_color property

pen_color property

The pen color of the area annotation.

Definition:

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

See Also