<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKLabelNode/verticalAlignmentMode",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKLabelNode(py)verticalAlignmentMode"
  },
  "title" : "verticalAlignmentMode"
}
-->

# verticalAlignmentMode

The vertical position of the text within the node.

```
var verticalAlignmentMode: SKLabelVerticalAlignmentMode { get set }
```

## Discussion

The possible values for this property are listed in [`SKLabelVerticalAlignmentMode`](/documentation/SpriteKit/SKLabelVerticalAlignmentMode). The default value of this property is [`SKLabelVerticalAlignmentMode.baseline`](/documentation/SpriteKit/SKLabelVerticalAlignmentMode/baseline).

---

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)