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 : int
Name Description
Backward

Move keyboard focus towards the backward direction.

Clockwise

Move focus towards the Clockwise direction by rotary wheel.

CounterClockwise

Move focus towards the CounterClockwise direction by rotary wheel.

Down

Move keyboard focus towards the down direction.

Forward

Move keyboard focus towards the forward 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.

Extension Methods