Enum CollapseDirection
The direction towards which the SplitView's splitter will move to collapse.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum CollapseDirection
Fields
| Name | Description |
|---|---|
| Backward | The splitter will move towards the previous splitter in the current layout direction. |
| Forward | The splitter will move towards the next splitter in the current layout direction. |