Enum Popup.DisplayStateType
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
The display states of the popup.
public enum Popup.DisplayStateType
Fields
| Name | Description |
|---|---|
| Hidden | The popup is fully hidden |
| Hiding | The popup is transitioning out |
| Showing | The popup is transitioning in |
| Shown | The popup is fully shown |