<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/userInterfaceLayoutDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSApplication(py)userInterfaceLayoutDirection"
  },
  "title" : "userInterfaceLayoutDirection"
}
-->

# userInterfaceLayoutDirection

The layout direction of the user interface.

```
var userInterfaceLayoutDirection: NSUserInterfaceLayoutDirection { get }
```

## Discussion

This property contains the general user interface layout flow directions. For a list of possible values, see [`NSUserInterfaceLayoutDirection`](/documentation/AppKit/NSUserInterfaceLayoutDirection).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)