Interface IProgressDependencyService
Interface for the progress dependency service.
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public interface IProgressDependencyService
Methods
SetProgress(Double, Double, Easing, ProgressBarBase)
Sets the Progress with corresponding animation duration.
Declaration
void SetProgress(double progress, double animationDuration, Easing easing, ProgressBarBase progressBar)
Parameters
Type | Name | Description |
---|---|---|
System.Double | progress | The progress. |
System.Double | animationDuration | The animation duration. |
Xamarin.Forms.Easing | easing | The easing. |
ProgressBarBase | progressBar | The ProgressBarBase. |