Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.1.0.778454" />

.NET API 1,121,904 bytes

 ProgressBar

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

Backing store for the ProgressColor property.

public static readonly BindableProperty ProgressProperty

Backing store for the Progress property.

public double Progress { get; set; }

Gets or sets the progress value.

public Color ProgressColor { get; set; }

Get or sets the color of the progress bar.

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.