AnalogClock.HourHandTintBlendMode Property

Definition

Caution

deprecated

[System.Obsolete("deprecated")]
public virtual Android.Graphics.BlendMode? HourHandTintBlendMode { [Android.Runtime.Register("getHourHandTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetHourHandTintBlendModeHandler", ApiSince=31)] get; [Android.Runtime.Register("setHourHandTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetHourHandTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=31)] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getHourHandTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetHourHandTintBlendModeHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setHourHandTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetHourHandTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=31)>]
member this.HourHandTintBlendMode : Android.Graphics.BlendMode with get, set

Property Value

BlendMode

the blending mode used to apply the tint to the hour hand drawable

Attributes

Remarks

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

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