<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ProgressViewStyleConfiguration/currentValueLabel-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI30ProgressViewStyleConfigurationV17currentValueLabelAC07CurrenthI0VSgvp"
  },
  "title" : "currentValueLabel"
}
-->

# currentValueLabel

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

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

## 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`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)