Android.Widget.ProgressBar.Max Property

Syntax

[get: Android.Runtime.Register("getMax", "()I", "GetGetMaxHandler")]
[set: Android.Runtime.Register("setMax", "(I)V", "GetSetMax_IHandler")]
public virtual int Max { get; set; }

See Also

ProgressBar.Max
ProgressBar.Progress
ProgressBar.SecondaryProgress
ProgressBar.Max
ProgressBar.Progress
ProgressBar.SecondaryProgress

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the upper limit of this progress bar's range.

Set method documentation [Android Documentation]

Set the range of the progress bar to 0...max.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1