GestureRecognizer.InertiaRotationAngle Property

Definition

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).

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.

Applies to

See also