AnalogClock.DialTintList Property

Definition

Caution

deprecated

Applies a tint to the dial drawable.

[System.Obsolete("deprecated")]
public virtual Android.Content.Res.ColorStateList? DialTintList { [Android.Runtime.Register("getDialTintList", "()Landroid/content/res/ColorStateList;", "GetGetDialTintListHandler", ApiSince=31)] get; [Android.Runtime.Register("setDialTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetDialTintList_Landroid_content_res_ColorStateList_Handler", ApiSince=31)] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getDialTintList", "()Landroid/content/res/ColorStateList;", "GetGetDialTintListHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setDialTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetDialTintList_Landroid_content_res_ColorStateList_Handler", ApiSince=31)>]
member this.DialTintList : Android.Content.Res.ColorStateList with get, set

Property Value

ColorStateList

the tint applied to the dial drawable

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.AnalogClock.getDialTintList().

Property setter documentation:

Java documentation for android.widget.AnalogClock.setDialTintList(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