LayoutAnimationController.Interpolator 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回用于内插子项之间的延迟的内插器。 - 或 - 设置用于内插子项之间的延迟的内插器。
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 文档:
设置用于内插子级之间的延迟的内插器。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。