Interface ICheckBox
Namespace: Tizen.UIExtensions.Common.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface ICheckBox
Properties
Color
Gets a Color value that defines the display color.
Declaration
Color Color { get; }
Property Value
Type | Description |
---|---|
Color |
IsChecked
Gets a value that indicates whether the CheckBox is checked.
Declaration
bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Declaration
string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Declaration
Color TextColor { get; }
Property Value
Type | Description |
---|---|
Color |