AbsSeekBar.ThumbTintList Property

Definition

Returns the tint applied to the thumb drawable, if specified. -or- Applies a tint to the thumb drawable.

public virtual Android.Content.Res.ColorStateList? ThumbTintList { [Android.Runtime.Register("getThumbTintList", "()Landroid/content/res/ColorStateList;", "GetGetThumbTintListHandler")] get; [Android.Runtime.Register("setThumbTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetThumbTintList_Landroid_content_res_ColorStateList_Handler")] set; }
[<get: Android.Runtime.Register("getThumbTintList", "()Landroid/content/res/ColorStateList;", "GetGetThumbTintListHandler")>]
[<set: Android.Runtime.Register("setThumbTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetThumbTintList_Landroid_content_res_ColorStateList_Handler")>]
member this.ThumbTintList : Android.Content.Res.ColorStateList with get, set

Property Value

the tint applied to the thumb drawable

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.widget.AbsSeekBar.getThumbTintList().

Property setter documentation:

Applies a tint to the thumb drawable. Does not modify the current tint mode, which is PorterDuff.Mode#SRC_IN by default.

Subsequent calls to #setThumb(Drawable) will automatically mutate the drawable and apply the specified tint and tint mode using Drawable#setTintList(ColorStateList).

Java documentation for android.widget.AbsSeekBar.setThumbTintList(android.content.res.ColorStateList).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also