---
title: circular
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/progressviewstyle/circular
---

# circular

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

## Declaration

```swift
nonisolated static var circular: CircularProgressViewStyle { get }
```

## Discussion

Discussion On watchOS, and in widgets and complications, a circular progress view appears as a gauge with the 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.

## See Also

### Getting built-in progress view styles

- [automatic](swiftui/progressviewstyle/automatic.md)
- [linear](swiftui/progressviewstyle/linear.md)
