LayoutAnimationController.Interpolator Property

Definition

Returns the interpolator used to interpolate the delays between the children. -or- Sets the interpolator used to interpolate the delays between the children.

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

Property Value

an android.view.animation.Interpolator

Attributes

Remarks

Property getter documentation:

Returns the interpolator used to interpolate the delays between the children.

Java documentation for android.view.animation.LayoutAnimationController.getInterpolator().

Property setter documentation:

Sets the interpolator used to interpolate the delays between the children.

Java documentation for android.view.animation.LayoutAnimationController.setInterpolator(android.view.animation.Interpolator).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also