---
title: CLKComplicationTemplateGraphicRectangularTextGaugeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview
---

# CLKComplicationTemplateGraphicRectangularTextGaugeView

A template for displaying a header row with a SwiftUI view and text, a second row of text, and a gauge.

## Declaration

```swift
final class CLKComplicationTemplateGraphicRectangularTextGaugeView<Label> where Label : View
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicRectangular family. Figure 1 shows the layout of the complication and where it appears on the clock face.

The following table lists the dimensions of the SwiftUI view displayed by this template.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(headerLabel:headerTextProvider:bodyTextProvider:gaugeProvider:)](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview/init(headerlabel:headertextprovider:bodytextprovider:gaugeprovider:).md)

### Accessing the Content

- [headerLabel](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview/headerlabel.md)
- [headerTextProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview/headertextprovider.md)
- [bodyTextProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview/bodytextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview/gaugeprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Rectangular templates

- [CLKComplicationTemplateGraphicRectangularStandardBodyView](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview.md)
- [CLKComplicationTemplateGraphicRectangularLargeView](clockkit/clkcomplicationtemplategraphicrectangularlargeview.md)
- [CLKComplicationTemplateGraphicRectangularFullView](clockkit/clkcomplicationtemplategraphicrectangularfullview.md)
