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

旋轉角度的相對變化,以度為單位。

適用於