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
-
object
Tizen.NUI.Components.ControlStyle
ProgressStyle
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
View Source
ProgressStyle()
Creates a new instance of a ProgressStyle.
Declaration
View Source
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
Declaration
public ImageViewStyle Buffer { get; set; }
Property Value
| Type |
Description |
| Tizen.NUI.BaseComponents.ImageViewStyle |
|
View Source
IndeterminateImageUrl
Gets or sets indeterminate progress resource.
Declaration
public string IndeterminateImageUrl { get; set; }
Property Value
Declaration
public ImageViewStyle Progress { get; set; }
Property Value
| Type |
Description |
| Tizen.NUI.BaseComponents.ImageViewStyle |
|
Declaration
public ImageViewStyle Track { get; set; }
Property Value
| Type |
Description |
| Tizen.NUI.BaseComponents.ImageViewStyle |
|
Methods
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable