View.BackgroundTintMode Property

Definition

Return the blending mode used to apply the tint to the background drawable, if specified.

public virtual Android.Graphics.PorterDuff.Mode? BackgroundTintMode { [Android.Runtime.Register("getBackgroundTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetBackgroundTintModeHandler")] get; [Android.Runtime.Register("setBackgroundTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetBackgroundTintMode_Landroid_graphics_PorterDuff_Mode_Handler")] set; }
[<get: Android.Runtime.Register("getBackgroundTintMode", "()Landroid/graphics/PorterDuff$Mode;", "GetGetBackgroundTintModeHandler")>]
[<set: Android.Runtime.Register("setBackgroundTintMode", "(Landroid/graphics/PorterDuff$Mode;)V", "GetSetBackgroundTintMode_Landroid_graphics_PorterDuff_Mode_Handler")>]
member this.BackgroundTintMode : Android.Graphics.PorterDuff.Mode with get, set

Property Value

the blending mode used to apply the tint to the background drawable

Attributes

Remarks

Java documentation for android.view.View.getBackgroundTintMode().

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