underline property

underline property

The font is underlined. Returns True if the font is underlined; otherwise, False.

Definition:

@property
def underline(self):
    ...

See Also