<!--
{
  "availability" : [
    "watchOS: 2.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceLayoutDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKInterfaceLayoutDirection"
  },
  "title" : "WKInterfaceLayoutDirection"
}
-->

# WKInterfaceLayoutDirection

Specifies the directional flow of the user interface.

```
enum WKInterfaceLayoutDirection
```

## Topics

### Constants

[`WKInterfaceLayoutDirection.leftToRight`](/documentation/WatchKit/WKInterfaceLayoutDirection/leftToRight)

The layout direction is left-to-right.

[`WKInterfaceLayoutDirection.rightToLeft`](/documentation/WatchKit/WKInterfaceLayoutDirection/rightToLeft)

The layout direction right-to-left. This value is appropriate when your app is running with localizations such as Arabic or Hebrew that should have the user interface layout origin on the right edge of the coordinate system.



---

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)