GestureRecognizer.InertiaRotationAngle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the final angle of rotation of an object at the end of inertia (when the rotation manipulation is complete).
For more details on this API, please see the the UWP WinRT InertiaRotationAngle topic.
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
Property Value
Single
float
The relative change in angle of rotation, in degrees.