Specifies the directional flow of the user interface. These constants are returned by userInterfaceLayoutDirection.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSUserInterfaceLayoutDirection
Public Enumeration NSUserInterfaceLayoutDirection
public enum class NSUserInterfaceLayoutDirection

Member | Description |
---|---|
NSUserInterfaceLayoutDirectionLeftToRight | Layout direction is left to right. Available in Mac OS X v10.6 and later. |
NSUserInterfaceLayoutDirectionRightToLeft | Layout direction is right to left. This is appropriate when running with localizations such as Arabic or Hebrew that should have the user interface layout origin on the right edge of the coordinate system. Available in Mac OS X v10.6 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)