baseWritingDirection
The base writing direction for the paragraph.
Declaration
var baseWritingDirection: NSWritingDirection { get }Discussion
If you the value of this property is NSWritingDirection.natural, the receiver resolves the writing direction to either NSWritingDirection.leftToRight or NSWritingDirection.rightToLeft, depending on the direction for the user’s language preference setting.