MonobjcMonobjc Documented Class Library
NSUserInterfaceLayoutDirection Enumeration
NamespacesMonobjc.AppKitNSUserInterfaceLayoutDirection

Specifies the directional flow of the user interface. These constants are returned by userInterfaceLayoutDirection.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSUserInterfaceLayoutDirection
Public Enumeration NSUserInterfaceLayoutDirection
public enum class NSUserInterfaceLayoutDirection
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)