---
title: isWrapped
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/catextlayer/iswrapped
---

# isWrapped

Determines whether the text is wrapped to fit within the receiver’s bounds.

## Declaration

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

## Discussion

Discussion Defaults to false.

## See Also

### Text Alignment and Truncation

- [alignmentMode](quartzcore/catextlayer/alignmentmode.md)
- [truncationMode](quartzcore/catextlayer/truncationmode.md)
