Class ToggleButton

    Definition

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

    A ToggleButton allows the user to change a setting between two or more states.

    public class ToggleButton : Button, IDisposable
    Inheritance
    object
    BaseHandle
    Animatable
    Container
    View
    Button
    ToggleButton
    Implements
    System.IDisposable

    Constructors

    View Source

    ToggleButton()

    Create an instance for toggleButton.

    Declaration
    public ToggleButton()

    Properties

    View Source

    CurrentStateIndex

    Gets and Sets the current state index of toggle button.

    Declaration
    public int CurrentStateIndex { get; set; }
    Property Value
    Type Description
    int
    View Source

    StateVisuals

    Gets and Sets the state visual array of toggle button.

    Declaration
    public PropertyArray StateVisuals { get; set; }
    Property Value
    Type Description
    PropertyArray
    View Source

    Tooltips

    Gets and Sets the tooltips of toggle button.

    Declaration
    public PropertyArray Tooltips { get; set; }
    Property Value
    Type Description
    PropertyArray

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type

    The dispose type

    Overrides
    Button.Dispose(DisposeTypes)

    Implements

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