# defaultDockPosition

> Use this property to specify the default dock position of the element: the left, the middle, or the right.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Toolbars](/engine/6000.7/script-reference/unityeditor/toolbars.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public MainToolbarDockPosition defaultDockPosition { get; set; }
```

### Remarks

Additional Resources: [MainToolbarDockPosition](/engine/6000.7/script-reference/unityeditor/toolbars/maintoolbardockposition.md).
