---
title: TVTopShelfContentStyle
framework: tvservices
role: symbol
role_heading: Enumeration
path: tvservices/tvtopshelfcontentstyle
---

# TVTopShelfContentStyle

An enumerated type used to specify the style in which you want your content to be displayed.

## Declaration

```swift
enum TVTopShelfContentStyle
```

## Topics

### Constants

- [TVTopShelfContentStyle.inset](tvservices/tvtopshelfcontentstyle/inset.md)
- [TVTopShelfContentStyle.sectioned](tvservices/tvtopshelfcontentstyle/sectioned.md)

### Initializers

- [init(rawValue:)](tvservices/tvtopshelfcontentstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Implementing TV Services Extension Properties

- [topShelfItems](tvservices/tvtopshelfprovider/topshelfitems.md)
- [topShelfStyle](tvservices/tvtopshelfprovider/topshelfstyle.md)
