ProgressBar.ProgressTo(Double, UInt32, Easing) Method

Definition

Animate the Progress property to value.

public System.Threading.Tasks.Task<bool> ProgressTo (double value, uint length, Xamarin.Forms.Easing easing);
member this.ProgressTo : double * uint32 * Xamarin.Forms.Easing -> System.Threading.Tasks.Task<bool>

Parameters

value
Double
length
UInt32
easing
Easing

Returns

A Task<bool> you can await on.

Applies to