Keyframe.Interpolator Property

Definition

Gets the optional interpolator for this Keyframe. -or- Sets the optional interpolator for this Keyframe.

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

Property Value

The optional interpolator for this Keyframe.

Attributes

Remarks

Property getter documentation:

Gets the optional interpolator for this Keyframe. A value of null indicates that there is no interpolation, which is the same as linear interpolation.

Java documentation for android.animation.Keyframe.getInterpolator().

Property setter documentation:

Sets the optional interpolator for this Keyframe. A value of null indicates that there is no interpolation, which is the same as linear interpolation.

Java documentation for android.animation.Keyframe.setInterpolator(android.animation.TimeInterpolator).

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