ViewPropertyAnimator.RotationBy(Single) メソッド

定義

このメソッドを使用すると、指定した値によって View の rotation プロパティがアニメーション化されます。

[Android.Runtime.Register("rotationBy", "(F)Landroid/view/ViewPropertyAnimator;", "GetRotationBy_FHandler")]
public virtual Android.Views.ViewPropertyAnimator RotationBy (float value);
[<Android.Runtime.Register("rotationBy", "(F)Landroid/view/ViewPropertyAnimator;", "GetRotationBy_FHandler")>]
abstract member RotationBy : single -> Android.Views.ViewPropertyAnimator
override this.RotationBy : single -> Android.Views.ViewPropertyAnimator

パラメーター

value
Single

現在の値からのオフセットとして、アニメーション化される量。

戻り値

このオブジェクトを使用すると、このクラスのメソッドの呼び出しをチェーンできます。

属性

注釈

このメソッドを使用すると、指定した値によって View の rotation プロパティがアニメーション化されます。 プロパティで既に実行されているアニメーションは取り消されます。

android.view.ViewPropertyAnimator.rotationBy(float)Java ドキュメント。

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

適用対象

こちらもご覧ください