Animation.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

プロパティ値

Interpolatorこのアニメーションに関連付けられている

属性

注釈

プロパティ getter のドキュメント:

このアニメーションの加速度曲線の種類を取得します。

の Java ドキュメント android.view.animation.Animation.getInterpolator()

プロパティ セッターのドキュメント:

このアニメーションの加速度曲線を設定します。 既定値は線形補間です。

の Java ドキュメント android.view.animation.Animation.setInterpolator(android.view.animation.Interpolator)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象