Type Property 型プロパティ

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 styleNone. この属性の値は、integerを含んでいるNSNumberオブジェクトです。この値は、テキストが下線を付けられるかどうかを指し示します、そしてNSUnderlineStyleにおいて記述される定数の1つに相当します。この属性に対する省略時の値は、styleNoneです。

See Also 参照

Keys キー