setTextBaseWritingDirection(_:)
Sets the writing direction for the text content of every control embedded in the form.
Declaration
func setTextBaseWritingDirection(_ writingDirection: NSWritingDirection)Parameters
- writingDirection:
This value can be one of the following constants:
NSWritingDirectionNatural,NSWritingDirectionLeftToRight, orNSWritingDirectionRightToLeft.