次の方法で共有


GestureRecognizer.InertiaRotationAngle プロパティ

定義

慣性の最後にあるオブジェクトの回転の最終的な角度を示す値を取得または設定します (回転操作が完了したとき)。

public:
 property float InertiaRotationAngle { float get(); void set(float value); };
float InertiaRotationAngle();

void InertiaRotationAngle(float value);
public float InertiaRotationAngle { get; set; }
var single = gestureRecognizer.inertiaRotationAngle;
gestureRecognizer.inertiaRotationAngle = single;
Public Property InertiaRotationAngle As Single

プロパティ値

Single

float

回転角度の相対的な変化を度単位で指定します。

適用対象

こちらもご覧ください