InertiaRotationBehavior
InertiaRotationBehavior
InertiaRotationBehavior
InertiaRotationBehavior
Class
Definition
Controls the deceleration of a rotation manipulation during inertia.
public : sealed class InertiaRotationBehavior : IInertiaRotationBehaviorpublic sealed class InertiaRotationBehavior : IInertiaRotationBehaviorPublic NotInheritable Class InertiaRotationBehavior Implements IInertiaRotationBehavior// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
DesiredDeceleration DesiredDeceleration DesiredDeceleration DesiredDeceleration
Gets or sets the rate the rotation slows in degrees per squared millisecond.
public : double DesiredDeceleration { get; set; }public double DesiredDeceleration { get; set; }Public ReadWrite Property DesiredDeceleration As double// This API is not available in Javascript.
- Value
- double double double double
The rate the rotation slows in degrees per squared millisecond.
DesiredRotation DesiredRotation DesiredRotation DesiredRotation
Gets or sets the rotation, in degrees, at the end of the inertial movement.
public : double DesiredRotation { get; set; }public double DesiredRotation { get; set; }Public ReadWrite Property DesiredRotation As double// This API is not available in Javascript.
- Value
- double double double double
The rotation, in degrees, at the end of the inertial movement.