Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RadialControllerRotationChangedEventArgs.RotationDeltaInDegrees Property

Definition

Namespace:
Windows.UI.Input

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.

Applies to

See also


Feedback

Was this page helpful?