Condividi tramite


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à

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.

Documentazione java 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.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a