---
title: NSLayoutManager.TextLayoutOrientation
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/nslayoutmanager/textlayoutorientation
---

# NSLayoutManager.TextLayoutOrientation

Constants that describe the text layout orientation.

## Declaration

```swift
enum TextLayoutOrientation
```

## Topics

### Constants

- [NSLayoutManager.TextLayoutOrientation.horizontal](uikit/nslayoutmanager/textlayoutorientation/horizontal.md)
- [NSLayoutManager.TextLayoutOrientation.vertical](uikit/nslayoutmanager/textlayoutorientation/vertical.md)

### Initializers

- [init(rawValue:)](uikit/nslayoutmanager/textlayoutorientation/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)
