---
title: SKLabelVerticalAlignmentMode.bottom
framework: spritekit
role: symbol
role_heading: Case
path: spritekit/sklabelverticalalignmentmode/bottom
---

# SKLabelVerticalAlignmentMode.bottom

Positions the text so that the bottom of the text is on the node’s origin.

## Declaration

```swift
case bottom
```

## See Also

### Constants

- [SKLabelVerticalAlignmentMode.baseline](spritekit/sklabelverticalalignmentmode/baseline.md)
- [SKLabelVerticalAlignmentMode.center](spritekit/sklabelverticalalignmentmode/center.md)
- [SKLabelVerticalAlignmentMode.top](spritekit/sklabelverticalalignmentmode/top.md)
