Android.App.Activity.SetProgressBarIndeterminateVisibility Method
Sets the visibility of the indeterminate progress bar in the title.

Syntax

[Android.Runtime.Register("setProgressBarIndeterminateVisibility", "(Z)V", "")]
public void SetProgressBarIndeterminateVisibility (bool visible)

Parameters

visible
Whether to show the progress bars in the title.

Remarks

Sets the visibility of the indeterminate progress bar in the title.

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