Interface ISwitch
Namespace: Tizen.UIExtensions.Common.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface ISwitch
Properties
BackgroundColor
Declaration
Color BackgroundColor { get; }
Property Value
| Type | Description |
|---|---|
| Color |
IsToggled
Declaration
bool IsToggled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OnColor
Declaration
Color OnColor { get; }
Property Value
| Type | Description |
|---|---|
| Color |
ThumbColor
Declaration
Color ThumbColor { get; }
Property Value
| Type | Description |
|---|---|
| Color |