CheckedTextView.CheckMarkTintMode Property

Definition

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

public virtual Android.Graphics.PorterDuff.Mode? CheckMarkTintMode { [Android.Runtime.Register("getCheckMarkTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetCheckMarkTintModeHandler")] get; [Android.Runtime.Register("setCheckMarkTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetCheckMarkTintMode_Landroid_graphics_PorterDuff_Mode_Handler")] set; }
[<get: Android.Runtime.Register("getCheckMarkTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetCheckMarkTintModeHandler")>]
[<set: Android.Runtime.Register("setCheckMarkTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetCheckMarkTintMode_Landroid_graphics_PorterDuff_Mode_Handler")>]
member this.CheckMarkTintMode : Android.Graphics.PorterDuff.Mode with get, set

Property Value

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

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.CheckedTextView.getCheckMarkTintMode().

Property setter documentation:

Java documentation for android.widget.CheckedTextView.setCheckMarkTintMode(android.graphics.Mode).

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

See also