---
title: LinearProgressViewStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/linearprogressviewstyle
---

# LinearProgressViewStyle

A progress view that visually indicates its progress using a horizontal bar.

## Declaration

```swift
nonisolated struct LinearProgressViewStyle
```

## Overview

Overview Use linear to construct this style.

## Topics

### Creating the progress view style

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

### Deprecated initializers

- [init(tint:)](swiftui/linearprogressviewstyle/init(tint:).md)

## Relationships

### Conforms To

- [ProgressViewStyle](swiftui/progressviewstyle.md)

## See Also

### Supporting types

- [DefaultProgressViewStyle](swiftui/defaultprogressviewstyle.md)
- [CircularProgressViewStyle](swiftui/circularprogressviewstyle.md)
