The methods of Android.Widget.ProgressBar are listed below. For a list of all members, see the ProgressBar Members list.
See Also: Inherited members from Android.Views.View
IncrementProgressBy(int) | ||
IncrementSecondaryProgressBy(int) | ||
OnRestoreInstanceState(Android.OS.IParcelable)Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState. | ||
OnSaveInstanceState()Hook allowing a view to generate a representation of its internal state that can later be used to create a new instance with that same state. | ||
SetIndeterminateDrawableTiled(Android.Graphics.Drawables.Drawable)Define the tileable drawable used to draw the progress bar in indeterminate mode. | ||
SetInterpolator(Android.Content.Context, int)Sets the acceleration curve for the indeterminate animation. | ||
SetProgressDrawableTiled(Android.Graphics.Drawables.Drawable)Define the tileable drawable used to draw the progress bar in progress mode. |