userInterfaceLayoutDirection
Configures the layout direction of menu items in the menu.
Declaration
var userInterfaceLayoutDirection: NSUserInterfaceLayoutDirection { get set }Discussion
This property configures the layout direction (a value of type NSUserInterfaceLayoutDirection) of menu items in the menu. If no layout direction is explicitly set for a menu, then the menu defaults to the layout direction specified for the application object. See userInterfaceLayoutDirection in NSApplication.