Enum ControlStates
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.dll
Enumeration for describing the states of the view.
public enum ControlStates
Fields
| Name | Description |
|---|---|
| Disabled | The disabled state. |
| DisabledFocused | The DisabledFocused state. |
| DisabledSelected | The DisabledSelected state. |
| Focused | The focused state. |
| Normal | The normal state. |
| Pressed | The Pressed state. |
| Selected | The Selected state. |
| SelectedFocused | The SelectedFocused state. |