Class ProgressBar
A View control that displays progress.
Inheritance
System.Object
ProgressBar
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class ProgressBar : GraphicsView<ProgressBarDrawable>, IMeasurable, IProgressBar, IAnimatable
Constructors
ProgressBar()
Initializes a new instance of the ProgressBar class
Declaration
public ProgressBar()
Properties
Progress
Gets or sets the progress value.
Declaration
public double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProgressColor
Get or sets the color of the progress bar.
Declaration
public Color ProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
ProgressTo(Double)
Animate the Progress property to value.
Declaration
public Task<bool> ProgressTo(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Explicit Interface Implementations
IAnimatable.BatchBegin()
Declaration
void IAnimatable.BatchBegin()
IAnimatable.BatchCommit()
Declaration
void IAnimatable.BatchCommit()