Returns the layout direction of the user interface.
Original signature is '- (NSUserInterfaceLayoutDirection)userInterfaceLayoutDirection'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUserInterfaceLayoutDirection UserInterfaceLayoutDirection { get; }
Public Overridable ReadOnly Property UserInterfaceLayoutDirection As NSUserInterfaceLayoutDirection Get
public: virtual property NSUserInterfaceLayoutDirection UserInterfaceLayoutDirection { NSUserInterfaceLayoutDirection get (); }

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