Lingua

Animation.BackgroundColor Proprietà

Definizione

Restituisce il colore di sfondo dietro l'animazione. -oppure- Imposta sfondo dietro l'animazione.

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

Valore della proprietà

Colore di sfondo dietro l'animazione. Un valore pari a 0 indica che non c'è sfondo; in caso contrario, il colore deve essere nero con qualsiasi livello alfa desiderato.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il colore di sfondo dietro l'animazione.

Questo membro è deprecato. Nessuna delle animazioni di finestra viene eseguita con il colore di sfondo.

per android.view.animation.Animation.getBackgroundColor().

Documentazione del setter delle proprietà:

Impostare lo sfondo dietro l'animazione.

Questo membro è deprecato. Nessuna delle animazioni di finestra viene eseguita con il colore di sfondo.

per android.view.animation.Animation.setBackgroundColor(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a