---
title: CLKComplicationTemplateGraphicBezelCircularText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicbezelcirculartext
---

# CLKComplicationTemplateGraphicBezelCircularText

A template for displaying a circular complication with text along the bezel.

## Declaration

```swift
class CLKComplicationTemplateGraphicBezelCircularText
```

## Overview

Overview The graphic bezel templates display a circular template, and text that wraps around the watch face. This template belongs to the CLKComplicationFamily.graphicBezel family. Figure 1 shows the layout of the image and where the template might appear on the clock face.

The text is optional; this template can either display a circular template with text, or the circular template by itself.

## Topics

### Creating the Template

- [init(circularTemplate:)](clockkit/clkcomplicationtemplategraphicbezelcirculartext/init(circulartemplate:).md)
- [init(circularTemplate:textProvider:)](clockkit/clkcomplicationtemplategraphicbezelcirculartext/init(circulartemplate:textprovider:).md)

### Setting the Complication Data

- [circularTemplate](clockkit/clkcomplicationtemplategraphicbezelcirculartext/circulartemplate.md)
- [textProvider](clockkit/clkcomplicationtemplategraphicbezelcirculartext/textprovider.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

### Graphic template families

- [Circular complication templates](clockkit/circular-complication-templates.md)
- [Corner complication templates](clockkit/corner-complication-templates.md)
- [Rectangular complication templates.](clockkit/rectangular-complication-templates.md)
- [Extra large circular templates](clockkit/extra-large-circular-templates.md)
