underline_color property

underline_color property

Gets or sets the color of underline.

Definition:

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

See Also