InertiaExpansionBehavior
InertiaExpansionBehavior
InertiaExpansionBehavior
InertiaExpansionBehavior
Class
Definition
Controls the deceleration of a resizing manipulation during inertia.
public : sealed class InertiaExpansionBehavior : IInertiaExpansionBehaviorpublic sealed class InertiaExpansionBehavior : IInertiaExpansionBehaviorPublic NotInheritable Class InertiaExpansionBehavior Implements IInertiaExpansionBehavior// 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 that resizing slows.
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 that resizing slows.
DesiredExpansion DesiredExpansion DesiredExpansion DesiredExpansion
Gets or sets the amount the element resizes at the end of inertia.
public : double DesiredExpansion { get; set; }public double DesiredExpansion { get; set; }Public ReadWrite Property DesiredExpansion As double// This API is not available in Javascript.
- Value
- double double double double
The amount the element resizes at the end of inertia.