---
title: WKPageOrientation
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkpageorientation
---

# WKPageOrientation

Scrolling orientations for page-based interfaces.

## Declaration

```swift
enum WKPageOrientation
```

## Topics

### Enumeration Cases

- [WKPageOrientation.horizontal](watchkit/wkpageorientation/horizontal.md)
- [WKPageOrientation.vertical](watchkit/wkpageorientation/vertical.md)

### Initializers

- [init(rawValue:)](watchkit/wkpageorientation/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Navigating a page-based interface

- [reloadRootPageControllers(withNames:contexts:orientation:pageIndex:)](watchkit/wkinterfacecontroller/reloadrootpagecontrollers(withnames:contexts:orientation:pageindex:).md)
- [reloadRootControllers(withNamesAndContexts:)](watchkit/wkinterfacecontroller/reloadrootcontrollers(withnamesandcontexts:).md)
- [becomeCurrentPage()](watchkit/wkinterfacecontroller/becomecurrentpage().md)
