InertiaTranslationBehavior.DesiredDeceleration 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.
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.