Android.Views.Animations.Animation.Interpolator Property
Gets the acceleration curve type for this animation.

Syntax

[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")]
public virtual IInterpolator Interpolator { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the acceleration curve type for this animation.

Set method documentation [Android Documentation]

Sets the acceleration curve for this animation. Defaults to a linear interpolation.

Requirements

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