Partager via


Animation.BackgroundColor Propriété

Définition

Retourne la couleur d’arrière-plan derrière l’animation. -ou- Définir l’arrière-plan derrière l’animation.

public virtual int BackgroundColor { [Android.Runtime.Register("getBackgroundColor", "()I", "GetGetBackgroundColorHandler")] get; [Android.Runtime.Register("setBackgroundColor", "(I)V", "GetSetBackgroundColor_IHandler")] set; }
[<get: Android.Runtime.Register("getBackgroundColor", "()I", "GetGetBackgroundColorHandler")>]
[<set: Android.Runtime.Register("setBackgroundColor", "(I)V", "GetSetBackgroundColor_IHandler")>]
member this.BackgroundColor : int with get, set

Valeur de propriété

Attributs

Remarques

Documentation getter de propriété :

Retourne la couleur d’arrière-plan derrière l’animation.

Ce membre est déconseillé. Aucune animation de fenêtre ne s’exécute avec une couleur d’arrière-plan.

Documentation Java pour android.view.animation.Animation.getBackgroundColor().

Documentation du jeu de propriétés :

Définissez l’arrière-plan derrière l’animation.

Ce membre est déconseillé. Aucune animation de fenêtre ne s’exécute avec une couleur d’arrière-plan.

Documentation Java pour android.view.animation.Animation.setBackgroundColor(int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à