RadialControllerRotationChangedEventArgs.RotationDeltaInDegrees 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.
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.