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
    object
    BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Tizen.NUI.Components.Control
    Button
    Tizen.NUI.Components.SelectButton
    RadioButton
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    RadioButton()

    Creates a new instance of a RadioButton.

    Declaration
    public RadioButton()
    View Source

    RadioButton(string)

    Creates a new instance of a RadioButton with style.

    Declaration
    public RadioButton(string style)
    Parameters
    Type Name Description
    string style
    View Source

    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX