Enum StackViewOperation
The operation to perform on a StackView.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum StackViewOperation
Fields
| Name | Description |
|---|---|
| Immediate | Unused. |
| PopTransition | Pop the current item in the stack. |
| PushTransition | Push a new item in the stack. |
| ReplaceTransition | Replace the current item in the stack. |