Window.ProgressVisibilityOn Field

Definition

Flag for setting the progress bar's visibility to VISIBLE.

[Android.Runtime.Register("PROGRESS_VISIBILITY_ON")]
public const Android.Views.WindowProgress ProgressVisibilityOn = -1;
[<Android.Runtime.Register("PROGRESS_VISIBILITY_ON")>]
val mutable ProgressVisibilityOn : Android.Views.WindowProgress

Field Value

Value = -1
Attributes

Remarks

Flag for setting the progress bar's visibility to VISIBLE.

This member is deprecated. #FEATURE_PROGRESS and related methods are no longer supported starting in API 21.

Java documentation for android.view.Window.PROGRESS_VISIBILITY_ON.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to