Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._ProgressBarRenderer)) A control that displays progress. The following example shows the usage of a ProgressBar. XAML for Xamarin.Forms supports the following property for the class: Property Value Progress A decimal value between 0 and 1, inclusive, that specifies the fraction of the bar that is colored. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the ProgressBar class Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets or sets the progress value. This is s bindable property. Gets or sets a value that specifies the fraction of the bar that is colored. Values less than 0 or larger than 1 will be clamped to the range [0-1]. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Progress bindable property. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task<System.Boolean> To be added. To be added. To be added. Animate the Progress property to value. A Task<bool> you can await on.