Langue

Animation.Interpolator Propriété

Définition

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

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 cette animation.

Java documentation pour android.view.animation.Animation.getInterpolator().

Documentation du jeu de propriétés :

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

Java documentation pour android.view.animation.Animation.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 à