---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/labeledcontentstyle/body
---

# Body

A view that represents the appearance and behavior of labeled content.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom labeled content styles

- [makeBody(configuration:)](swiftui/labeledcontentstyle/makebody(configuration:).md)
- [LabeledContentStyle.Configuration](swiftui/labeledcontentstyle/configuration.md)
