---
title: CPInformationTemplateLayout
framework: carplay
role: symbol
role_heading: Enumeration
path: carplay/cpinformationtemplatelayout
---

# CPInformationTemplateLayout

The layout that an information template uses to arrange its items.

## Declaration

```swift
enum CPInformationTemplateLayout
```

## Topics

### Template Layout Styles

- [CPInformationTemplateLayout.leading](carplay/cpinformationtemplatelayout/leading.md)
- [CPInformationTemplateLayout.twoColumn](carplay/cpinformationtemplatelayout/twocolumn.md)

### Initializers

- [init(rawValue:)](carplay/cpinformationtemplatelayout/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

### Accessing the Layout

- [layout](carplay/cpinformationtemplate/layout.md)
