View.BackgroundTintMode Property

Definition

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

C#
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; }

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35

See also