AnalogClock.SecondHandTintBlendMode Property

Definition

Specifies the blending mode used to apply the tint specified by #setSecondHandTintList(ColorStateList)} to the second hand drawable.

public virtual Android.Graphics.BlendMode? SecondHandTintBlendMode { [Android.Runtime.Register("getSecondHandTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondHandTintBlendModeHandler", ApiSince=31)] get; [Android.Runtime.Register("setSecondHandTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondHandTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getSecondHandTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondHandTintBlendModeHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setSecondHandTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondHandTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=31)>]
member this.SecondHandTintBlendMode : Android.Graphics.BlendMode with get, set

Property Value

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

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Specifies the blending mode used to apply the tint specified by #setSecondHandTintList(ColorStateList)} to the second hand drawable. The default mode is BlendMode#SRC_IN.

Java documentation for android.widget.AnalogClock.setSecondHandTintBlendMode(android.graphics.BlendMode).

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