Enum AccessibilityAction

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Specifies the accessibility action sent from the accessibility service.

    public enum AccessibilityAction

    Fields

    Name Description
    Activated

    The action indicates that the view is activated.

    Decrement

    The action indicates that the value of the view decreases.

    Escape

    The action indicates that the highlight goes out of the view.

    Increment

    The action indicates that the value of the view indreases.

    ScrollToChild

    The action indicates that scrolling occurs in the child of the view.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<AccessibilityAction>(AccessibilityAction, string)
    Extensions.LoadFromXaml<AccessibilityAction>(AccessibilityAction, string)
    Extensions.LoadFromXaml<AccessibilityAction>(AccessibilityAction, Type)
    Extensions.LoadFromXamlFile<AccessibilityAction>(AccessibilityAction, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX