RadialControllerRotationChangedEventArgs.RotationDeltaInDegrees Property

Definition

The rotational change of the wheel device, while a custom RadialController tool is active.

public:
 property double RotationDeltaInDegrees { double get(); };
double RotationDeltaInDegrees();
public double RotationDeltaInDegrees { get; }
var double = radialControllerRotationChangedEventArgs.rotationDeltaInDegrees;
Public ReadOnly Property RotationDeltaInDegrees As Double

Property Value

Double

double

The rotational change in degrees.

Applies to

See also