ProgressDialog.Max Property

Definition

Gets the maximum allowed progress value.

public virtual int Max { [Android.Runtime.Register("getMax", "()I", "GetGetMaxHandler")] get; [Android.Runtime.Register("setMax", "(I)V", "GetSetMax_IHandler")] set; }
[<get: Android.Runtime.Register("getMax", "()I", "GetGetMaxHandler")>]
[<set: Android.Runtime.Register("setMax", "(I)V", "GetSetMax_IHandler")>]
member this.Max : int with get, set

Property Value

the maximum value

Attributes

Remarks

Gets the maximum allowed progress value. The default value is 100.

Android reference for android.app.ProgressDialog.getMax.

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