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.
public class RadioButton : SelectButton, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTizen.NUI.Components.SelectButtonRadioButton
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceRadioButton()
Creates a new instance of a RadioButton.
Declaration
public RadioButton()
RadioButton(string)
Creates a new instance of a RadioButton with style.
Declaration
public RadioButton(string style)
Parameters
Type | Name | Description |
---|---|---|
string | style |
RadioButton(ButtonStyle)
Creates a new instance of a RadioButton with style.
Declaration
public RadioButton(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
ButtonStyle | buttonStyle |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable