Android.Widget.ProgressBar.ProgressTintList Property
Returns the tint applied to the progress drawable, if specified.

Syntax

[get: Android.Runtime.Register("getProgressTintList", "()Landroid/content/res/ColorStateList;", "GetGetProgressTintListHandler")]
[set: Android.Runtime.Register("setProgressTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetProgressTintList_Landroid_content_res_ColorStateList_Handler")]
public virtual Android.Content.Res.ColorStateList ProgressTintList { get; set; }

See Also

ProgressBar.ProgressTintList
ProgressBar.ProgressTintList
Android.Graphics.Drawables.Drawable.SetTintList(Android.Content.Res.ColorStateList)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the tint applied to the progress drawable, if specified.

Set method documentation [Android Documentation]

Applies a tint to the progress indicator, if one exists, or to the entire progress drawable otherwise. Does not modify the current tint mode, which is NoType:android/graphics/PorterDuff$Mode;Href=../../../reference/android/graphics/PorterDuff.Mode.html#SRC_IN by default. The progress indicator should be specified as a layer with id NoType:android/R$id;Href=../../../reference/android/R.id.html#progress in a Android.Graphics.Drawables.LayerDrawable used as the progress drawable. Subsequent calls to ProgressBar.ProgressDrawable will automatically mutate the drawable and apply the specified tint and tint mode using Android.Graphics.Drawables.Drawable.SetTintList(Android.Content.Res.ColorStateList).

Requirements

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