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#Copypublic class RadioButton : SelectButton, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTizen.NUI.Components.SelectButtonRadioButton
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic RadioButton()
Declaration
C#Copypublic RadioButton(string style)
Parameters
Type | Name | Description |
---|---|---|
string | style |
Declaration
C#Copypublic RadioButton(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
ButtonStyle | buttonStyle |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable