共用方式為


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 檔:

取得這個動畫的加速曲線類型。

android.view.animation.Animation.getInterpolator()Java 檔。

屬性 setter 檔:

設定此動畫的加速曲線。 默認為線性插補。

android.view.animation.Animation.setInterpolator(android.view.animation.Interpolator)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於