Share via


GestureRecognizer.InertiaRotationAngle プロパティ

定義

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

この API の詳細については、UWP WinRT 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

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

適用対象