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

# middle

Each line is displayed so that the beginning and end fit in the container and the missing text is indicated by some kind of ellipsis glyph in the middle.

## Declaration

```swift
static let middle: CATextLayerTruncationMode
```

## See Also

### Constants

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