Enum StackViewItemStatus
The status of a StackViewItem.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum StackViewItemStatus
Fields
Name | Description |
---|---|
Activating | The item is in the process of being activated. |
Active | The item is active. |
Deactivating | The item is in the process of being deactivated. |
Inactive | The item is not in the stack. |