<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ProgressViewStyle/circular",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17ProgressViewStylePA2A08CircularcdE0VRszrlE8circularAEvpZ"
  },
  "title" : "circular"
}
-->

# circular

The style of a progress view that uses a circular gauge to indicate the
partial completion of an activity.

```
@export(implementation) nonisolated static var circular: CircularProgressViewStyle { get }
```

## Discussion

On watchOS, and in widgets and complications, a circular progress view
appears as a gauge with the [`accessoryCircularCapacity`](/documentation/SwiftUI/GaugeStyle/accessoryCircularCapacity)
style. If the progress view is indeterminate, the gauge is empty.

In cases where no determinate circular progress view style is available,
circular progress views use an indeterminate style.

---

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)