Enum ToolbarDockMode
The dock mode of the Toolbar.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum ToolbarDockMode
  Fields
| Name | Description | 
|---|---|
| Bottom | The Toolbar is docked to the bottom.  | 
      
| Floating | The Toolbar is floating.  | 
      
| Left | The Toolbar is docked to the left.  | 
      
| Right | The Toolbar is docked to the right.  | 
      
| Top | The Toolbar is docked to the top.  |