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

# LabeledContentStyleConfiguration

The properties of a labeled content instance.

```
struct LabeledContentStyleConfiguration
```

## Topics

### Configuring the label

[`let label: LabeledContentStyleConfiguration.Label`](/documentation/SwiftUI/LabeledContentStyleConfiguration/label-swift.property)

The label of the labeled content instance.

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

A type-erased label of a labeled content instance.

### Configuring the content

[`let content: LabeledContentStyleConfiguration.Content`](/documentation/SwiftUI/LabeledContentStyleConfiguration/content-swift.property)

The content of the labeled content instance.

[`struct Content`](/documentation/SwiftUI/LabeledContentStyleConfiguration/Content-swift.struct)

A type-erased content of a labeled content instance.



---

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)