NumberPicker.MinValue Property

Definition

Returns the min value of the picker. -or- Sets the min value of the picker.

public virtual int MinValue { [Android.Runtime.Register("getMinValue", "()I", "GetGetMinValueHandler")] get; [Android.Runtime.Register("setMinValue", "(I)V", "GetSetMinValue_IHandler")] set; }
[<get: Android.Runtime.Register("getMinValue", "()I", "GetGetMinValueHandler")>]
[<set: Android.Runtime.Register("setMinValue", "(I)V", "GetSetMinValue_IHandler")>]
member this.MinValue : int with get, set

Property Value

The min value

Attributes

Remarks

Property getter documentation:

Returns the min value of the picker.

Java documentation for android.widget.NumberPicker.getMinValue().

Property setter documentation:

Sets the min value of the picker.

Java documentation for android.widget.NumberPicker.setMinValue(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