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

layoutDirection

The layout direction associated with the current environment. 現在の環境と結びつけられたレイアウト方向。

Declaration 宣言

var layoutDirection: LayoutDirection { get set }

Discussion 議論

Use this value to determine whether the environment uses a left-to-right or right-to-left orientation. この値を使って、環境が左から右または右から左方向を使うかを決定してください。

See Also 参照

Text Styles