Enum View.FocusDirection

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Describes the direction to move the focus towards.

C#
Copy
public enum FocusDirection
Name Description
Down

Move keyboard focus towards the down direction.

Left

Move keyboard focus towards the left direction.

PageDown

Move keyboard focus towards the next page direction.

PageUp

Move keyboard focus towards the previous page direction.

Right

Move keyboard focus towards the right direction.

Up

Move keyboard focus towards the up direction.