ProgressDialog.Max Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum allowed progress value. -or- Sets 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
Property getter documentation:
Gets the maximum allowed progress value. The default value is 100.
Java documentation for android.app.ProgressDialog.getMax()
.
Property setter documentation:
Sets the maximum allowed progress value.
Java documentation for android.app.ProgressDialog.setMax(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.