> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Layout

> Layout

# Layout

The representation of a full touch layout for a game.

## Properties

`content` - *object*. A [Content](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout-content) object that defines the actual content of the layout.

`styles` - *object*, *optional*. A [Styles](/reference/system/touchadaptationkit/layout/game-streaming-touch-layout-styles) object containing a collection of reusable styles which can be referenced throughout the layout for styling purposes.

`definitions` - *object*, *optional*. A section that can be used to contain reusable components and values for touch layouts.

## Requirements

The version of the layout is specified by the `$schema` attribute in the layout json file. This specifies the specific set of controls and capabilities that are available in the layout.

The properties described here are valid for layout versions 4.0 and above.

## See Also

[Touch Adaptation Kit Reference](/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview)\
[Getting started with sample layouts](/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-getting-started-with-sample-layouts)


## Related topics

- [Publishing Touch Layouts](/build/core-features/common/game-streaming/building-touch-layouts/game-streaming-touch-publishing-layouts.md)
- [Preview Touch Adaptation Layouts](/build/core-features/common/game-streaming/tak-editor/game-streaming-tak-editor-preview-layouts.md)
- [Building Touch Control Layouts](/build/core-features/common/game-streaming/building-touch-layouts/game-streaming-touch-building-touch-layout.md)
- [Driving Touch Control Layout](/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-driving.md)
- [Fighting Touch Control Layout](/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-fighter.md)
