---
title: DefaultProgressViewStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/defaultprogressviewstyle
---

# DefaultProgressViewStyle

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

## Declaration

```swift
nonisolated struct DefaultProgressViewStyle
```

## Overview

Overview Use automatic to construct this style.

## Topics

### Creating the progress view style

- [init()](swiftui/defaultprogressviewstyle/init().md)

## Relationships

### Conforms To

- [ProgressViewStyle](swiftui/progressviewstyle.md)

## See Also

### Supporting types

- [CircularProgressViewStyle](swiftui/circularprogressviewstyle.md)
- [LinearProgressViewStyle](swiftui/linearprogressviewstyle.md)
