Langage

ProgressBar.Interpolator Propriété

Définition

Obtient le type de courbe d’accélération pour l’animation indéterminée. -ou- Définit la courbe d’accélération pour l’animation indéterminée.

public virtual Android.Views.Animations.IInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "GetGetInterpolatorHandler")] get; [Android.Runtime.Register("setInterpolator", "(Landroid/view/animation/Interpolator;)V", "GetSetInterpolator_Landroid_view_animation_Interpolator_Handler")] set; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "GetGetInterpolatorHandler")>]
[<set: Android.Runtime.Register("setInterpolator", "(Landroid/view/animation/Interpolator;)V", "GetSetInterpolator_Landroid_view_animation_Interpolator_Handler")>]
member this.Interpolator : Android.Views.Animations.IInterpolator with get, set

Valeur de propriété

associé Interpolator à cette animation

Attributs

Remarques

Documentation getter de propriété :

Obtient le type de courbe d’accélération pour l’animation indéterminée.

Java documentation pour android.widget.ProgressBar.getInterpolator().

Documentation du jeu de propriétés :

Définit la courbe d’accélération pour l’animation indéterminée. La valeur par défaut est une interpolation linéaire.

L’interpolateur affecte uniquement l’animation indéterminée si elle #setIndeterminateDrawable(Drawable) supplied indeterminate drawable n’implémente Animatablepas .

Cet appel doit être effectué avant que l’animation indéterminée commence pour qu’elle ait un impact.

Java documentation pour android.widget.ProgressBar.setInterpolator(android.view.animation.Interpolator).

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.

S’applique à