Enum ControlStates

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.dll

Enumeration for describing the states of the view.

C#
Copy
public enum ControlStates : int
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.

Extension Methods