Android.Widget.ProgressBar.Indeterminate Property

Syntax

[get: Android.Runtime.Register("isIndeterminate", "()Z", "GetIsIndeterminateHandler")]
[set: Android.Runtime.Register("setIndeterminate", "(Z)V", "GetSetIndeterminate_ZHandler")]
public virtual bool Indeterminate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicate whether this progress bar is in indeterminate mode.

Set method documentation [Android Documentation]

If this progress bar's style only supports indeterminate mode (such as the circular progress bars), then this will be ignored.

Change the indeterminate mode for this progress bar. In indeterminate mode, the progress is ignored and the progress bar shows an infinite animation instead.

Requirements

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