---
title: label
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/progressviewstyleconfiguration/label-swift.property
---

# label

A view that describes the task represented by the progress view.

## Declaration

```swift
var label: ProgressViewStyleConfiguration.Label?
```

## Discussion

Discussion If nil, then the task is self-evident from the surrounding context, and the style does not need to provide any additional description. If the progress view is defined using a Progress instance, then this label is equivalent to its localizedDescription.

## See Also

### Configuring the label

- [ProgressViewStyleConfiguration.Label](swiftui/progressviewstyleconfiguration/label-swift.struct.md)
