Class SwitchStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
SwitchStyle is a class which saves Switch's ux data.
C#
Copy
public class SwitchStyle : ButtonStyle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
Declaration
C#
Copy
public SwitchStyle()
Declaration
C#
Copy
public SwitchStyle(SwitchStyle style)
Parameters
Type | Name | Description |
---|---|---|
Switch |
style | Create SwitchStyle by style customized by user. |
Properties
Declaration
C#
Copy
public ImageViewStyle Thumb { get; set; }
Property Value
Type | Description |
---|---|
Tizen. |
Declaration
C#
Copy
public ImageViewStyle Track { get; set; }
Property Value
Type | Description |
---|---|
Tizen. |
Methods
Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Bindable |
bindableObject |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable