Android.Widget.ProgressBar Members

The members of Android.Widget.ProgressBar are listed below.

See Also: Inherited members from Android.Views.View

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Indeterminatebool.
IndeterminateDrawableAndroid.Graphics.Drawables.Drawable.
IndeterminateTintListAndroid.Content.Res.ColorStateList.
IndeterminateTintModeAndroid.Graphics.PorterDuff.Mode. Returns the blending mode used to apply the tint to the indeterminate drawable, if specified.
InterpolatorAndroid.Views.Animations.IInterpolator. Gets the acceleration curve type for the indeterminate animation.
Maxint.
Progressint.
ProgressBackgroundTintListAndroid.Content.Res.ColorStateList. Returns the tint applied to the progress background, if specified.
ProgressBackgroundTintModeAndroid.Graphics.PorterDuff.Mode.
ProgressDrawableAndroid.Graphics.Drawables.Drawable.
ProgressTintListAndroid.Content.Res.ColorStateList. Returns the tint applied to the progress drawable, if specified.
ProgressTintModeAndroid.Graphics.PorterDuff.Mode. Returns the blending mode used to apply the tint to the progress drawable, if specified.
SecondaryProgressint.
SecondaryProgressTintListAndroid.Content.Res.ColorStateList. Returns the tint applied to the secondary progress drawable, if specified.
SecondaryProgressTintModeAndroid.Graphics.PorterDuff.Mode. Returns the blending mode used to apply the tint to the secondary progress drawable, if specified.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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() : Android.OS.IParcelable
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.