InertiaTranslationBehavior
InertiaTranslationBehavior
InertiaTranslationBehavior
InertiaTranslationBehavior
Class
Definition
Controls deceleration on a translation manipulation during inertia.
public : sealed class InertiaTranslationBehavior : IInertiaTranslationBehaviorpublic sealed class InertiaTranslationBehavior : IInertiaTranslationBehaviorPublic NotInheritable Class InertiaTranslationBehavior Implements IInertiaTranslationBehavior// 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 linear movement slows in device-independent units (1/96th inch per unit) 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 linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.
DesiredDisplacement DesiredDisplacement DesiredDisplacement DesiredDisplacement
Gets or sets the linear movement of the manipulation at the end of inertia.
public : double DesiredDisplacement { get; set; }public double DesiredDisplacement { get; set; }Public ReadWrite Property DesiredDisplacement As double// This API is not available in Javascript.
- Value
- double double double double
The linear movement of the manipulation at the end of inertia.