Transition.Interpolator プロパティ

定義

この遷移に設定された補間器を返します。

public virtual Android.Animation.ITimeInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")] get; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")>]
member this.Interpolator : Android.Animation.ITimeInterpolator

プロパティ値

この遷移で設定された補間器は、設定されている場合は null を返します。

属性

注釈

この遷移に設定された補間器を返します。 補間器が設定されていない場合、返される値は null になり、結果のアニメーターは独自の補間器を保持することを示します。

android.transition.Transition.getInterpolator()Java ドキュメント。

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

適用対象