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

# WKInterfaceObjectHorizontalAlignment

Constants for horizontally aligning objects in their container.

```
enum WKInterfaceObjectHorizontalAlignment
```

## Topics

### Constants

[`WKInterfaceObjectHorizontalAlignment.left`](/documentation/WatchKit/WKInterfaceObjectHorizontalAlignment/left)

Left alignment. The object’s content aligns with the left edge of the container and extends to the right.

[`WKInterfaceObjectHorizontalAlignment.center`](/documentation/WatchKit/WKInterfaceObjectHorizontalAlignment/center)

Center alignment. The object’s content is centered horizontally in the container and extends equally to the left and right.

[`WKInterfaceObjectHorizontalAlignment.right`](/documentation/WatchKit/WKInterfaceObjectHorizontalAlignment/right)

Right alignment. The object’s content aligns with the right edge of the container and extends to the left.



---

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)