Class ToggleButton
Definition
- Assembly:
- Tizen.NUI.dll
A ToggleButton allows the user to change a setting between two or more states.
C#Copypublic class ToggleButton : Button, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementToggleButton
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic ToggleButton()
Properties
Declaration
C#Copypublic int CurrentStateIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic PropertyArray StateVisuals { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyArray |
Declaration
C#Copypublic PropertyArray Tooltips { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyArray |
Methods
Declaration
C#Copyprotected override void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type | The dispose type |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable