Instance Method インスタンスメソッド

strikethrough(_:color:)

Applies a strikethrough to the text. 取り消し線をテキストに適用します。

Declaration 宣言

func strikethrough(_ active: Bool = true, color: Color? = nil) -> Text

Return Value 戻り値

Text with a line through its center. それの中心を貫く線を持つテキスト。

Parameters パラメータ

active

A Boolean value that indicates whether the text has a strikethrough applied. あるブール値、それはテキストが取り消し線を適用されているかどうかを指し示します。

color

The color of the strikethrough. 取り消し線の色。 If color is nil, the strikethrough uses the default foreground color.

See Also 参照

Styling the View’s Text ビューのもつテキストにスタイルをつける