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.

C#
Copy
public class RadioButton : SelectButton, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
System.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()
API Level: 8
View Source

RadioButton(String)

Creates a new instance of a RadioButton with style.

Declaration
C#
Copy
public RadioButton(string style)
Parameters
Type Name Description
System.String style
API Level: 8
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
API Level: 8

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable