ExpGestureRecognizer.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.
public:
property float InertiaRotationAngle { float get(); void set(float value); };
float InertiaRotationAngle();
void InertiaRotationAngle(float value);
public float InertiaRotationAngle { get; set; }
var single = expGestureRecognizer.inertiaRotationAngle;
expGestureRecognizer.inertiaRotationAngle = single;
Public Property InertiaRotationAngle As Single
Property Value
Single
float