InertiaRotationBehavior.DesiredRotation 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 rotation, in degrees, at the end of the inertial movement.
public:
property double DesiredRotation { double get(); void set(double value); };
double DesiredRotation();
void DesiredRotation(double value);
public double DesiredRotation { get; set; }
var double = inertiaRotationBehavior.desiredRotation;
inertiaRotationBehavior.desiredRotation = double;
Public Property DesiredRotation As Double
Property Value
Double
double
The rotation, in degrees, at the end of the inertial movement.