LayoutAnimationController.Interpolator 属性

定义

返回用于内插子项之间的延迟的内插器。 - 或 - 设置用于内插子项之间的延迟的内插器。

public virtual Android.Views.Animations.IInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "GetGetInterpolatorHandler")] get; [Android.Runtime.Register("setInterpolator", "(Landroid/view/animation/Interpolator;)V", "GetSetInterpolator_Landroid_view_animation_Interpolator_Handler")] set; }
[<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")>]
member this.Interpolator : Android.Views.Animations.IInterpolator with get, set

属性值

an android.view.animation.Interpolator

属性

注解

属性 getter 文档:

返回用于内插子项之间的延迟的内插器。

Java文档android.view.animation.LayoutAnimationController.getInterpolator()

属性 setter 文档:

设置用于内插子级之间的延迟的内插器。

Java文档android.view.animation.LayoutAnimationController.setInterpolator(android.view.animation.Interpolator)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

另请参阅