---
title: body1TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplategraphicrectangulartextgauge/body1textprovider
---

# body1TextProvider

The main body text to display in the complication.

## Declaration

```swift
@NSCopying var body1TextProvider: CLKTextProvider { get set }
```

## Discussion

Discussion In watchOS 5 and earlier, the system always displays the text as white. In watchOS 6 and later, it can display multicolor text.

## See Also

### Setting the Complication Data

- [headerTextProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgauge/headertextprovider.md)
- [headerImageProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgauge/headerimageprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgauge/gaugeprovider.md)
