ProgressDialog.Progress Property

Definition

Gets the current progress. -or- Sets the current progress.

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

Property Value

the current progress, a value between 0 and #getMax()

Attributes

Remarks

Property getter documentation:

Gets the current progress.

Java documentation for android.app.ProgressDialog.getProgress().

Property setter documentation:

Sets the current progress.

Java documentation for android.app.ProgressDialog.setProgress(int).

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