Android.App.Activity.SetProgressBarIndeterminate Method
Sets whether the horizontal progress bar in the title should be indeterminate (the circular is always indeterminate).

Syntax

[Android.Runtime.Register("setProgressBarIndeterminate", "(Z)V", "")]
public void SetProgressBarIndeterminate (bool indeterminate)

Parameters

indeterminate
Whether the horizontal progress bar should be indeterminate.

Remarks

Sets whether the horizontal progress bar in the title should be indeterminate (the circular is always indeterminate).

In order for the progress bar to be shown, the feature must be requested via Activity.RequestWindowFeature(Android.Views.WindowFeatures).

[Android Documentation]

Requirements

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