<!--
{
  "availability" : [
    "iOS: 8.0.0 - 26.0.0",
    "iPadOS: 8.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/SCNText/isWrapped",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCNText(py)wrapped"
  },
  "title" : "isWrapped"
}
-->

# isWrapped

A Boolean value that specifies whether SceneKit wraps long lines of text.

```
var isWrapped: Bool { get set }
```

## Discussion

When you define a layout rectangle for the text using its [`containerFrame`](/documentation/SceneKit/SCNText/containerFrame) property, SceneKit uses the [`isWrapped`](/documentation/SceneKit/SCNText/isWrapped) property to determine whether each line of text that is wider than the layout rectangle automatically wraps onto the next line.

The default value of this property is <doc://com.apple.documentation/documentation/Swift/false>, specifying that long lines of text do not wrap. (If you specify a container frame, long lines of text extend beyond its width.)

---

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)