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
-
objectTizen.
NUI. Binding. Element Tizen.NUI. Components. Control Tizen.NUI. Components. Select Button RadioButton
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
Declaration
C#
Copy
public RadioButton()
Declaration
C#
Copy
public RadioButton(string style)
Parameters
Type | Name | Description |
---|---|---|
string | style |
Declaration
C#
Copy
public RadioButton(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
Button |
buttonStyle |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable