Contents

NSUnderlineStyleAttributeName

The underline style of the text.

Declaration

extern NSAttributedStringKey const NSUnderlineStyleAttributeName;

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