<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/GaugeStyleConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI23GaugeStyleConfigurationV"
  },
  "title" : "GaugeStyleConfiguration"
}
-->

# GaugeStyleConfiguration

The properties of a gauge instance.

```
struct GaugeStyleConfiguration
```

## Topics

### Describing the purpose of the gauge

[`var label: GaugeStyleConfiguration.Label`](/documentation/SwiftUI/GaugeStyleConfiguration/label-swift.property)

A view that describes the purpose of the gauge.

[`struct Label`](/documentation/SwiftUI/GaugeStyleConfiguration/Label-swift.struct)

A type-erased label of a gauge, describing its purpose.

### Reporting the range

[`var minimumValueLabel: GaugeStyleConfiguration.MinimumValueLabel?`](/documentation/SwiftUI/GaugeStyleConfiguration/minimumValueLabel-swift.property)

A view that describes the minimum of the range for the current value.

[`struct MinimumValueLabel`](/documentation/SwiftUI/GaugeStyleConfiguration/MinimumValueLabel-swift.struct)

A type-erased value label of a gauge describing the minimum value.

[`var maximumValueLabel: GaugeStyleConfiguration.MaximumValueLabel?`](/documentation/SwiftUI/GaugeStyleConfiguration/maximumValueLabel-swift.property)

A view that describes the maximum of the range for the current value.

[`struct MaximumValueLabel`](/documentation/SwiftUI/GaugeStyleConfiguration/MaximumValueLabel-swift.struct)

A type-erased value label of a gauge describing the maximum value.

### Setting the value

[`var value: Double`](/documentation/SwiftUI/GaugeStyleConfiguration/value)

The current value of the gauge.

[`var currentValueLabel: GaugeStyleConfiguration.CurrentValueLabel?`](/documentation/SwiftUI/GaugeStyleConfiguration/currentValueLabel-swift.property)

A view that describes the current value.

[`struct CurrentValueLabel`](/documentation/SwiftUI/GaugeStyleConfiguration/CurrentValueLabel-swift.struct)

A type-erased value label of a gauge that contains the current value.

[`struct MarkedValueLabel`](/documentation/SwiftUI/GaugeStyleConfiguration/MarkedValueLabel)

A type-erased label describing a specific value of a gauge.



---

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)