View.ForegroundTintBlendMode 属性

定义

返回用于将色调应用于前台可绘制对象的混合模式(如果已指定)。 - 或 - 指定用于将 } 指定的 #setForegroundTintList(ColorStateList)色调应用于背景可绘制对象的混合模式。

public virtual Android.Graphics.BlendMode? ForegroundTintBlendMode { [Android.Runtime.Register("getForegroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetForegroundTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setForegroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetForegroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getForegroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetForegroundTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setForegroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetForegroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.ForegroundTintBlendMode : Android.Graphics.BlendMode with get, set

属性值

用于将色调应用于前台可绘制对象的混合模式

属性

注解

属性 getter 文档:

返回用于将色调应用于前台可绘制对象的混合模式(如果已指定)。

android.view.View.getForegroundTintBlendMode()Java 文档。

属性资源库文档:

指定用于将 } 指定的 #setForegroundTintList(ColorStateList)色调应用于背景可绘制对象的混合模式。 默认模式为BlendMode#SRC_IN

android.view.View.setForegroundTintBlendMode(android.graphics.BlendMode)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于