NumberPicker.MaxValue Proprietà

Definizione

Restituisce il valore massimo della selezione. -oppure- Imposta il valore massimo della selezione.

public virtual int MaxValue { [Android.Runtime.Register("getMaxValue", "()I", "GetGetMaxValueHandler")] get; [Android.Runtime.Register("setMaxValue", "(I)V", "GetSetMaxValue_IHandler")] set; }
[<get: Android.Runtime.Register("getMaxValue", "()I", "GetGetMaxValueHandler")>]
[<set: Android.Runtime.Register("setMaxValue", "(I)V", "GetSetMaxValue_IHandler")>]
member this.MaxValue : int with get, set

Valore della proprietà

Valore massimo.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il valore massimo della selezione.

per android.widget.NumberPicker.getMaxValue().

Documentazione del setter delle proprietà:

Imposta il valore massimo della selezione.

per android.widget.NumberPicker.setMaxValue(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a