ProgressDialog.SecondaryProgress 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 current secondary progress. -or- Sets the secondary progress.
public virtual int SecondaryProgress { [Android.Runtime.Register("getSecondaryProgress", "()I", "GetGetSecondaryProgressHandler")] get; [Android.Runtime.Register("setSecondaryProgress", "(I)V", "GetSetSecondaryProgress_IHandler")] set; }
[<get: Android.Runtime.Register("getSecondaryProgress", "()I", "GetGetSecondaryProgressHandler")>]
[<set: Android.Runtime.Register("setSecondaryProgress", "(I)V", "GetSetSecondaryProgress_IHandler")>]
member this.SecondaryProgress : int with get, set
Property Value
the current secondary progress, a value between 0 and #getMax()
- Attributes
Remarks
Property getter documentation:
Gets the current secondary progress.
Java documentation for android.app.ProgressDialog.getSecondaryProgress()
.
Property setter documentation:
Sets the secondary progress.
Java documentation for android.app.ProgressDialog.setSecondaryProgress(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.