Contents

underlineStyle

The underline style of the text.

Declaration

static let underlineStyle: NSAttributedString.Key

Discussion

The value of this attribute is an NSNumber object containing an integer. This value indicates whether the text is underlined and corresponds to one of the constants described in NSUnderlineStyle. The default value for this attribute is NSUnderlineStyleNone.

See Also

Getting rendering attribute keys