AbsSeekBar.TickMarkTintBlendMode Property

Definition

Returns the blending mode used to apply the tint to the tick mark drawable, if specified. -or- Specifies the blending mode used to apply the tint specified by #setTickMarkTintList(ColorStateList)} to the tick mark drawable.

public virtual Android.Graphics.BlendMode? TickMarkTintBlendMode { [Android.Runtime.Register("getTickMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTickMarkTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setTickMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTickMarkTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getTickMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTickMarkTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setTickMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTickMarkTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.TickMarkTintBlendMode : Android.Graphics.BlendMode with get, set

Property Value

the blending mode used to apply the tint to the tick mark drawable

Attributes

Remarks

Property getter documentation:

Returns the blending mode used to apply the tint to the tick mark drawable, if specified.

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

Property setter documentation:

Specifies the blending mode used to apply the tint specified by #setTickMarkTintList(ColorStateList)} to the tick mark drawable. The default mode is BlendMode#SRC_IN.

Java documentation for android.widget.AbsSeekBar.setTickMarkTintBlendMode(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