<!--
{
  "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

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

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

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

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

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

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

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)