Class CheckBox
A visual control used to indicate that something is checked.
Inheritance
System.Object
CheckBox
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class CheckBox : GraphicsView<CheckBoxDrawable>, IMeasurable, ICheckBox
Constructors
CheckBox()
Initializes a new instance of the CheckBox class.
Declaration
public CheckBox()
Properties
Color
Gets or sets the Color of the CheckBox.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
IsChecked
Gets a value indicating whether control is checked currently.
Declaration
public bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets or sets the Text displayed as the content of the CheckBox.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Gets or sets the Color for the text of the CheckBox
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Events
ValueChanged
Occurs when IsChecked is changed
Declaration
public event EventHandler ValueChanged
Event Type
Type | Description |
---|---|
System.EventHandler |