---
title: CLKComplicationTemplateGraphicCornerGaugeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornergaugeview
---

# CLKComplicationTemplateGraphicCornerGaugeView

A template for displaying a SwiftUI view and a gauge in the clock face’s corner.

## Declaration

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

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCorner family. Figure 1 shows the layout of the view and where the template might appear on the clock face.

The following table lists the dimensions of the view displayed by this template. ClockKIt masks the view to a circle.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(gaugeProvider:leadingTextProvider:trailingTextProvider:label:)](clockkit/clkcomplicationtemplategraphiccornergaugeview/init(gaugeprovider:leadingtextprovider:trailingtextprovider:label:).md)

### Accessing the Content

- [label](clockkit/clkcomplicationtemplategraphiccornergaugeview/label.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccornergaugeview/gaugeprovider.md)
- [leadingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugeview/leadingtextprovider.md)
- [trailingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugeview/trailingtextprovider.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

### Corner templates

- [CLKComplicationTemplateGraphicCornerCircularView](clockkit/clkcomplicationtemplategraphiccornercircularview.md)
- [CLKComplicationTemplateGraphicCornerTextView](clockkit/clkcomplicationtemplategraphiccornertextview.md)
