Share via


InertiaTranslationBehavior.DesiredDeceleration Property

Definition

Gets or sets the rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.

public:
 property double DesiredDeceleration { double get(); void set(double value); };
double DesiredDeceleration();

void DesiredDeceleration(double value);
public double DesiredDeceleration { get; set; }
var double = inertiaTranslationBehavior.desiredDeceleration;
inertiaTranslationBehavior.desiredDeceleration = double;
Public Property DesiredDeceleration As Double

Property Value

Double

double

The rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.

Applies to