Enum View.FocusDirection
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Describes the direction to move the focus towards.
public enum View.FocusDirection
Fields
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. |