<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKGaugeProviderStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:@E@CLKGaugeProviderStyle"
  },
  "title" : "CLKGaugeProviderStyle"
}
-->

# CLKGaugeProviderStyle

Visual styles available for gauges.

```
enum CLKGaugeProviderStyle
```

## Topics

### Styles

[`case fill`](/documentation/ClockKit/CLKGaugeProviderStyle/fill)

A gauge that fills in as the value increases.

[`case ring`](/documentation/ClockKit/CLKGaugeProviderStyle/ring)

A gauge that indicates a value with a sliding ring.

### Initializers

[`init?(rawValue: Int)`](/documentation/ClockKit/CLKGaugeProviderStyle/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)