# layout

> The column layout the Inspector uses to present the dictionary.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public DictionaryLayout layout { get; set; }
```

### Remarks

If not specified, [DictionaryLayout.TwoColumns](/engine/6000.6/script-reference/unityengine/dictionarylayout/twocolumns.md) is used. Refer to [DictionaryLayout](/engine/6000.6/script-reference/unityengine/dictionarylayout.md) for the available layouts.
