Class RadioButton

Definition

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

RadioButton is the Class that describe the control which can be checked, but not cleared by a user.

C#
Copy
public class RadioButton : SelectButton, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Tizen.NUI.Components.SelectButton
RadioButton
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

RadioButton()

Creates a new instance of a RadioButton.

Declaration
C#
Copy
public RadioButton()
View Source

RadioButton(string)

Creates a new instance of a RadioButton with style.

Declaration
C#
Copy
public RadioButton(string style)
Parameters
Type Name Description
string style
View Source

RadioButton(ButtonStyle)

Creates a new instance of a RadioButton with style.

Declaration
C#
Copy
public RadioButton(ButtonStyle buttonStyle)
Parameters
Type Name Description
ButtonStyle buttonStyle

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable