Android.Views.View.BackgroundTintMode Property
Return the blending mode used to apply the tint to the background drawable, if specified.

Syntax

[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")]
public virtual Android.Graphics.PorterDuff.Mode BackgroundTintMode { get; set; }

See Also

View.BackgroundTintMode
View.BackgroundTintMode
Android.Graphics.Drawables.Drawable.SetTintMode(.Mode)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Specifies the blending mode used to apply the tint specified by View.BackgroundTintList} to the background drawable. The default mode is NoType:android/graphics/PorterDuff$Mode;Href=../../../reference/android/graphics/PorterDuff.Mode.html#SRC_IN.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1