Android.Widget.ProgressBar.Progress Property

Syntax

[get: Android.Runtime.Register("getProgress", "()I", "GetGetProgressHandler")]
[set: Android.Runtime.Register("setProgress", "(I)V", "GetSetProgress_IHandler")]
public virtual int Progress { get; set; }

See Also

ProgressBar.Indeterminate
ProgressBar.Indeterminate
ProgressBar.Progress
ProgressBar.Max
ProgressBar.Max
ProgressBar.Indeterminate
ProgressBar.Indeterminate
ProgressBar.Progress
ProgressBar.IncrementProgressBy(int)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the progress bar's current level of progress. Return 0 when the progress bar is in indeterminate mode.

Set method documentation [Android Documentation]

Set the current progress to the specified value. Does not do anything if the progress bar is in indeterminate mode.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1