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

# currentValueLabel

A view that describes the current value of a progress view.

## Declaration

```swift
var currentValueLabel: ProgressViewStyleConfiguration.CurrentValueLabel?
```

## Discussion

Discussion If nil, then the value of the progress view is either self-evident from the surrounding context or unknown, 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 localizedAdditionalDescription.

## See Also

### Configuring the current value label

- [ProgressViewStyleConfiguration.CurrentValueLabel](swiftui/progressviewstyleconfiguration/currentvaluelabel-swift.struct.md)
