Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.3.5.256-pre6" />

.NET API 1,022,912 bytes

 ProgressBar

A View control that displays progress.
public static readonly BindableProperty ProgressProperty

Identifies the Progress bindable property.

public double Progress { get; set; }

Gets or sets the progress value. This is s bindable property.

public ProgressBar()

Returns the platform-specific instance of this ProgressBar, on which a platform-specific method may be called.

public Task<bool> ProgressTo(double value, uint length, Easing easing)

Animate the Progress property to value.