---
title: CLKComplicationRingStyle.closed
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/clkcomplicationringstyle/closed
---

# CLKComplicationRingStyle.closed

A ring in which the values increase clockwise, starting at 12 o’clock, to create a closed circle.

## Declaration

```swift
case closed
```

## Discussion

Discussion Use this style when you want to convey a value that’s a percentage of a whole. For example, use it to represent the completed percentage of some task.

## See Also

### Constants

- [CLKComplicationRingStyle.open](clockkit/clkcomplicationringstyle/open.md)
