View.BackgroundTintBlendMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le mode de fusion utilisé pour appliquer la teinte à l’arrière-plan dessinable, le cas échéant. ; Spécifie le mode de fusion utilisé pour appliquer la teinte spécifiée par #setBackgroundTintList(ColorStateList)} au dessinable d’arrière-plan.
public virtual Android.Graphics.BlendMode? BackgroundTintBlendMode { [Android.Runtime.Register("getBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBackgroundTintBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBackgroundTintBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.BackgroundTintBlendMode : Android.Graphics.BlendMode with get, set
Valeur de propriété
mode de fusion utilisé pour appliquer la teinte au dessin d’arrière-plan, null si aucun mélange n’a été configuré précédemment
- Attributs
Remarques
Documentation getter de propriété :
Retournez le mode de fusion utilisé pour appliquer la teinte à l’arrière-plan dessinable, le cas échéant.
Java documentation pour android.view.View.getBackgroundTintBlendMode().
Documentation du jeu de propriétés :
Spécifie le mode de fusion utilisé pour appliquer la teinte spécifiée par #setBackgroundTintList(ColorStateList)} au dessinable d’arrière-plan. Le mode par défaut est BlendMode#SRC_IN.
Java documentation pour android.view.View.setBackgroundTintBlendMode(android.graphics.BlendMode).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.