ProgressBar.Min 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.
Return the lower limit of this progress bar's range. -or- Set the lower range of the progress bar to min
.
public virtual int Min { [Android.Runtime.Register("getMin", "()I", "GetGetMinHandler", ApiSince=26)] get; [Android.Runtime.Register("setMin", "(I)V", "GetSetMin_IHandler", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getMin", "()I", "GetGetMinHandler", ApiSince=26)>]
[<set: Android.Runtime.Register("setMin", "(I)V", "GetSetMin_IHandler", ApiSince=26)>]
member this.Min : int with get, set
Property Value
a positive integer
- Attributes
Remarks
Property getter documentation:
Return the lower limit of this progress bar's range.
Java documentation for android.widget.ProgressBar.getMin()
.
Property setter documentation:
Set the lower range of the progress bar to min
.
Java documentation for android.widget.ProgressBar.setMin(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.