---
title: ProgressViewStyle.Configuration
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/progressviewstyle/configuration
---

# ProgressViewStyle.Configuration

A type alias for the properties of a progress view instance.

## Declaration

```swift
typealias Configuration = ProgressViewStyleConfiguration
```

## See Also

### Creating custom progress view styles

- [makeBody(configuration:)](swiftui/progressviewstyle/makebody(configuration:).md)
- [Body](swiftui/progressviewstyle/body.md)
