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