Android.Widget.ProgressBar.IndeterminateTintList Property

Syntax

[get: Android.Runtime.Register("getIndeterminateTintList", "()Landroid/content/res/ColorStateList;", "GetGetIndeterminateTintListHandler")]
[set: Android.Runtime.Register("setIndeterminateTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetIndeterminateTintList_Landroid_content_res_ColorStateList_Handler")]
public virtual Android.Content.Res.ColorStateList IndeterminateTintList { get; set; }

See Also

ProgressBar.IndeterminateTintList
ProgressBar.IndeterminateTintList
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]

Set method documentation [Android Documentation]

Applies a tint to the indeterminate drawable. 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. Subsequent calls to ProgressBar.IndeterminateDrawable 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