InertiaTranslationBehavior.DesiredDisplacement 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 linear movement of the manipulation at the end of inertia.
public:
property double DesiredDisplacement { double get(); void set(double value); };
double DesiredDisplacement();
void DesiredDisplacement(double value);
public double DesiredDisplacement { get; set; }
var double = inertiaTranslationBehavior.desiredDisplacement;
inertiaTranslationBehavior.desiredDisplacement = double;
Public Property DesiredDisplacement As Double
Property Value
Double
double
The linear movement of the manipulation at the end of inertia.