---
title: "labeledContentStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/labeledcontentstyle(_:)"
---

# labeledContentStyle(_:)

Sets a style for labeled content.

## Declaration

```swift
nonisolated func labeledContentStyle<S>(_ style: S) -> some View where S : LabeledContentStyle

```

## See Also

### Grouping inputs

- [Form](swiftui/form.md)
- [formStyle(_:)](swiftui/view/formstyle(_:).md)
- [LabeledContent](swiftui/labeledcontent.md)
