Enum ControlStates

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.dll

    Enumeration for describing the states of the view.

    public enum ControlStates

    Fields

    Name Description
    Disabled

    The disabled state.

    DisabledFocused

    The DisabledFocused state.

    DisabledSelected

    The DisabledSelected state.

    Focused

    The focused state.

    Normal

    The normal state.

    Pressed

    The Pressed state.

    Selected

    The Selected state.

    SelectedFocused

    The SelectedFocused state.

    Extension Methods

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