Class ToggleButton

Definition

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

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

C#
Copy
public class ToggleButton : Button, IDisposable
Inheritance
object
ToggleButton
Implements
System.IDisposable

Constructors

View Source

ToggleButton()

Create an instance for toggleButton.

Declaration
C#
Copy
public ToggleButton()

Properties

View Source

CurrentStateIndex

Gets and Sets the current state index of toggle button.

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

StateVisuals

Gets and Sets the state visual array of toggle button.

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

Tooltips

Gets and Sets the tooltips of toggle button.

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

Methods

View Source

Dispose(DisposeTypes)

Dispose

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

The dispose type

Overrides

Implements

System.IDisposable