MonobjcMonobjc Documented Class Library
UserInterfaceLayoutDirection Property
NamespacesMonobjc.AppKitNSApplicationUserInterfaceLayoutDirection

Returns the layout direction of the user interface.

Original signature is '- (NSUserInterfaceLayoutDirection)userInterfaceLayoutDirection'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUserInterfaceLayoutDirection UserInterfaceLayoutDirection { get; }
Public Overridable ReadOnly Property UserInterfaceLayoutDirection As NSUserInterfaceLayoutDirection
	Get
public:
virtual property NSUserInterfaceLayoutDirection UserInterfaceLayoutDirection {
	NSUserInterfaceLayoutDirection get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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