---
title: none
framework: quartzcore
role: symbol
role_heading: Type Property
path: quartzcore/catextlayertruncationmode/none
---

# none

Each line is displayed so that the text is either wrapped or clipped.

## Declaration

```swift
static let none: CATextLayerTruncationMode
```

## Discussion

Discussion If the isWrapped property is true, the text is wrapped to the receiver’s bounds, otherwise the text is clipped to the receiver’s bounds.

## See Also

### Constants

- [start](quartzcore/catextlayertruncationmode/start.md)
- [end](quartzcore/catextlayertruncationmode/end.md)
- [middle](quartzcore/catextlayertruncationmode/middle.md)
