InertiaRotationBehavior.DesiredRotation Property

Definition

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.

Applies to