ValueAnimator.Restart Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Animation.ValueAnimatorRepeatMode enum directly instead of this field.

Quando l'animazione raggiunge la fine ed repeatCount è INFINITE o un valore positivo, l'animazione viene riavviata dall'inizio.

[Android.Runtime.Register("RESTART")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Animation.ValueAnimatorRepeatMode enum directly instead of this field.", true)]
public const Android.Animation.ValueAnimatorRepeatMode Restart = 1;
[<Android.Runtime.Register("RESTART")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Animation.ValueAnimatorRepeatMode enum directly instead of this field.", true)>]
val mutable Restart : Android.Animation.ValueAnimatorRepeatMode

Valore del campo

Value = 1
Attributi

Commenti

Quando l'animazione raggiunge la fine ed repeatCount è INFINITE o un valore positivo, l'animazione viene riavviata dall'inizio.

per android.animation.ValueAnimator.RESTART.

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