CompoundButton.ButtonTintBlendMode プロパティ

定義

} で #setButtonTintList(ColorStateList)指定した濃淡をボタン描画可能に適用するために使用するブレンド モードを指定します。

public virtual Android.Graphics.BlendMode? ButtonTintBlendMode { [Android.Runtime.Register("getButtonTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetButtonTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setButtonTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetButtonTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getButtonTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetButtonTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setButtonTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetButtonTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.ButtonTintBlendMode : Android.Graphics.BlendMode with get, set

プロパティ値

ボタン描画可能に濃淡を適用するために使用されるブレンド モード

属性

注釈

プロパティ getter のドキュメント:

android.widget.CompoundButton.getButtonTintBlendMode()Java ドキュメント。

プロパティ セッターのドキュメント:

} で #setButtonTintList(ColorStateList)指定した濃淡をボタン描画可能に適用するために使用するブレンド モードを指定します。 既定のモードは PorterDuff.Mode#SRC_IN です。

android.widget.CompoundButton.setButtonTintBlendMode(android.graphics.BlendMode)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象