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