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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX