Xamarin.Forms.ProgressBar.Progress Property
Gets or sets the progress value. This is s bindable property.

Syntax

public double Progress { get; set; }

Value

Gets or sets a value that specifies the fraction of the bar that is colored.

Remarks

Values less than 0 or larger than 1 will be clamped to the range [0-1].

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0