underline_color property

underline_color property

The underline annotation color as an ARGB integer.

Definition:

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

See Also