ViewPropertyAnimator.Interpolator Property

Definition

Returns the timing interpolator that this animation uses.

public virtual Android.Animation.ITimeInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")] get; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")>]
member this.Interpolator : Android.Animation.ITimeInterpolator

Property Value

The timing interpolator for this animation.

Attributes

Remarks

Returns the timing interpolator that this animation uses.

Java documentation for android.view.ViewPropertyAnimator.getInterpolator().

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