Instance Property インスタンスプロパティ

multilineTextAlignment

A value that indicates how text instance aligns its lines when the content wraps or contains newlines. ある値、それは内容が改行を折り返すか抑制する場合にどのようにテキストインスタンスがそれの行を整列するかを指し示します。

Declaration 宣言

var multilineTextAlignment: TextAlignment { get set }

Discussion 議論

Use alignment parameters on a parent view to align Text with respect to its parent. Because the horizontal bounds of TextField never exceed its graphical extent, this value has little to no effect on single-line text. 整列パラメータを親ビュー上で使って、Textをそれの親に関して整列してください。TextFieldの水平境界が決してそれのグラフィカルな広さを越えないことから、この値は単一行テキスト上で全くと言っていいほど効果を持ちません。

See Also 参照

Text Styles