Contents

NSTextAlignment.natural

Text uses the default alignment for the current localization of the app.

Declaration

case natural

Discussion

The default alignment for left-to-right scripts is NSTextAlignment.left, and the default alignment for right-to-left scripts is NSTextAlignment.right.

See Also

Constants