Class ProgressStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
ProgressStyle is a class which saves Progress's ux data.
public class ProgressStyle : ControlStyle, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.BindableObjectTizen.NUI.BaseComponents.ViewStyleTizen.NUI.Components.ControlStyleProgressStyle
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceProgressStyle()
Creates a new instance of a ProgressStyle.
Declaration
public ProgressStyle()
ProgressStyle(ProgressStyle)
Creates a new instance of a ProgressStyle with style.
Declaration
public ProgressStyle(ProgressStyle style)
Parameters
Type | Name | Description |
---|---|---|
ProgressStyle | style | Create ProgressStyle by style customized by user. |
Properties
View SourceBuffer
Get or set buffer image.
Declaration
public ImageViewStyle Buffer { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
Progress
Get or set progress image.
Declaration
public ImageViewStyle Progress { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
Track
Get or set track image.
Declaration
public ImageViewStyle Track { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
Methods
View SourceCopyFrom(BindableObject)
Style's clone function.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Binding.BindableObject | bindableObject | The style that need to copy. |
Overrides
Tizen.NUI.Binding.BindableObject.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable