ImageView.ImageTintBlendMode Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the blending mode used to apply the tint to the image Drawable -or- Specifies the blending mode used to apply the tint specified by
#setImageTintList(ColorStateList)
} to the image drawable.
public virtual Android.Graphics.BlendMode? ImageTintBlendMode { [Android.Runtime.Register("getImageTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetImageTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setImageTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetImageTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getImageTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetImageTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setImageTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetImageTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.ImageTintBlendMode : Android.Graphics.BlendMode with get, set
the blending mode used to apply the tint to the image Drawable
- Attributes
Property getter documentation:
Gets the blending mode used to apply the tint to the image Drawable
Java documentation for android.widget.ImageView.getImageTintBlendMode()
.
Property setter documentation:
Specifies the blending mode used to apply the tint specified by #setImageTintList(ColorStateList)
} to the image drawable. The default mode is BlendMode#SRC_IN
.
Java documentation for android.widget.ImageView.setImageTintBlendMode(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.
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |