menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IProgressDependencyService - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved