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

# automatic

The default progress view style in the current context of the view being styled.

## Declaration

```swift
@MainActor @preconcurrency static var automatic: DefaultProgressViewStyle { get }
```

## Discussion

Discussion The default style represents the recommended style based on the original initialization parameters of the progress view, and the progress view’s context within the view hierarchy.

## See Also

### Getting built-in progress view styles

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