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

# WKInterfaceObjectVerticalAlignment

Constants for vertically aligning objects in their container.

```
enum WKInterfaceObjectVerticalAlignment
```

## Topics

### Constants

[`WKInterfaceObjectVerticalAlignment.top`](/documentation/WatchKit/WKInterfaceObjectVerticalAlignment/top)

Top alignment. The object’s content aligns with the top edge of the container and extends downward.

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

Center alignment. The object’s content is centered vertically in the container and extends equally up and down.

[`WKInterfaceObjectVerticalAlignment.bottom`](/documentation/WatchKit/WKInterfaceObjectVerticalAlignment/bottom)

Bottom alignment. The object’s content aligns with the bottom edge of the container and extends upward.



---

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)