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

# Body

A view that represents the body of a label.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom label styles

- [makeBody(configuration:)](swiftui/labelstyle/makebody(configuration:).md)
- [LabelStyle.Configuration](swiftui/labelstyle/configuration.md)
