Type Property 型プロパティ

strikethroughStyle

The strikethrough style of the text. テキストの取り消し線スタイル。

Declaration 宣言

static let strikethroughStyle: NSAttributedString.Key

Discussion 議論

The value of this attribute is an NSNumber object containing an integer. This value indicates whether the text has a line through it 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 キー