Android.Views.ViewPropertyAnimator.SetInterpolator Method
Sets the interpolator for the underlying animator that animates the requested properties.

Syntax

[Android.Runtime.Register("setInterpolator", "(Landroid/animation/TimeInterpolator;)Landroid/view/ViewPropertyAnimator;", "GetSetInterpolator_Landroid_animation_TimeInterpolator_Handler")]
public virtual ViewPropertyAnimator SetInterpolator (Android.Animation.ITimeInterpolator interpolator)

Parameters

interpolator
The TimeInterpolator to be used for ensuing property animations. A value of null will result in linear interpolation.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the interpolator for the underlying animator that animates the requested properties. By default, the animator uses the default interpolator for ValueAnimator. Calling this method will cause the declared object to be used instead.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12