pen_color property
pen_color property
The pen color of the polyline annotation.
Accepts an ARGB integer value, typically obtained via Color.<name>.to_argb().
Definition:
@property
def pen_color(self):
...
@pen_color.setter
def pen_color(self, value):
...
See Also
- class
PolylineAnnotation