Class RadioButton
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 8
RadioButton is the Class that describe the control which can be checked, but not cleared by a user.
public class RadioButton : SelectButton, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTizen.NUI.Components.SelectButtonRadioButton
- Implements
Constructors
View SourceRadioButton()
Creates a new instance of a RadioButton.
Declaration
public RadioButton()
API Level: 8
View SourceRadioButton(String)
Creates a new instance of a RadioButton with style.
Declaration
public RadioButton(string style)
Parameters
Type | Name | Description |
---|---|---|
String | style |
API Level: 8
View SourceRadioButton(ButtonStyle)
Creates a new instance of a RadioButton with style.
Declaration
public RadioButton(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
ButtonStyle | buttonStyle |