AnalogClock.MinuteHandTintList Property

Definition

Caution

deprecated

Applies a tint to the minute hand drawable.

[System.Obsolete("deprecated")]
public virtual Android.Content.Res.ColorStateList? MinuteHandTintList { [Android.Runtime.Register("getMinuteHandTintList", "()Landroid/content/res/ColorStateList;", "GetGetMinuteHandTintListHandler", ApiSince=31)] get; [Android.Runtime.Register("setMinuteHandTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetMinuteHandTintList_Landroid_content_res_ColorStateList_Handler", ApiSince=31)] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getMinuteHandTintList", "()Landroid/content/res/ColorStateList;", "GetGetMinuteHandTintListHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setMinuteHandTintList", "(Landroid/content/res/ColorStateList;)V", "GetSetMinuteHandTintList_Landroid_content_res_ColorStateList_Handler", ApiSince=31)>]
member this.MinuteHandTintList : Android.Content.Res.ColorStateList with get, set

Property Value

ColorStateList

the tint applied to the minute hand drawable

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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