Keyframe.Interpolator 属性

定义

获取此关键帧的可选内插器。 - 或 - 设置此关键帧的可选内插器。

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

属性值

此关键帧的可选内插器。

属性

注解

属性 getter 文档:

获取此关键帧的可选内插器。 一个值 null 表示没有内插,这与线性内插相同。

适用于 . 的 android.animation.Keyframe.getInterpolator()Java 文档

属性 setter 文档:

设置此关键帧的可选内插器。 一个值 null 表示没有内插,这与线性内插相同。

适用于 . 的 android.animation.Keyframe.setInterpolator(android.animation.TimeInterpolator)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于