Class CheckCell
A Cell with a label and a Check.
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class CheckCell : Cell
Fields
OnColorProperty
The backing store for the OnColor field.
Declaration
public static readonly BindableProperty OnColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
OnProperty
Identifies the On bindable property.
Declaration
public static readonly BindableProperty OnProperty
Field Value
Type | Description |
---|---|
BindableProperty |
TextProperty
Identifies the Text bindable property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
On
Gets or sets the state of the checkbox. This is a bindable property.
Declaration
public bool On { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnColor
Gets or sets the color of On state of the checkbox. This is a bindable property.
Declaration
public Color OnColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Text
Gets or sets the text displayed next to the checkbox. This is a bindable property.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Events
OnChanged
Triggered when the checkbox has changed value.
Declaration
public event EventHandler<CheckedChangedEventArgs> OnChanged
Event Type
Type | Description |
---|---|
System.EventHandler<CheckedChangedEventArgs> |