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