RadialControllerRotationChangedEventArgs RadialControllerRotationChangedEventArgs RadialControllerRotationChangedEventArgs RadialControllerRotationChangedEventArgs Class

Definition

Contains event data for the RotationChanged event (fired only while a custom RadialController tool is active).

Your app does not receive this event when:

public : sealed class RadialControllerRotationChangedEventArgs : IRadialControllerRotationChangedEventArgs, IRadialControllerRotationChangedEventArgs2public sealed class RadialControllerRotationChangedEventArgs : IRadialControllerRotationChangedEventArgs, IRadialControllerRotationChangedEventArgs2Public NotInheritable Class RadialControllerRotationChangedEventArgs Implements IRadialControllerRotationChangedEventArgs, IRadialControllerRotationChangedEventArgs2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

Contact Contact Contact Contact

Gets the location and bounding area of the wheel device on the digitizer surface, while a custom RadialController tool is active.

public : RadialControllerScreenContact Contact { get; }public RadialControllerScreenContact Contact { get; }Public ReadOnly Property Contact As RadialControllerScreenContact// You can use this property in JavaScript.
Value
RadialControllerScreenContact RadialControllerScreenContact RadialControllerScreenContact RadialControllerScreenContact

The location and bounding area, in device-independent pixel (DIP), of the wheel device on the digitizer surface.

null, if contact is not detected.

See Also

IsButtonPressed IsButtonPressed IsButtonPressed IsButtonPressed

Gets whether the wheel device is pressed.

public : PlatForm::Boolean IsButtonPressed { get; }public bool IsButtonPressed { get; }Public ReadOnly Property IsButtonPressed As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

true if pressed. Otherwise, false.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

RotationDeltaInDegrees RotationDeltaInDegrees RotationDeltaInDegrees RotationDeltaInDegrees

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

public : double RotationDeltaInDegrees { get; }public double RotationDeltaInDegrees { get; }Public ReadOnly Property RotationDeltaInDegrees As double// You can use this property in JavaScript.
Value
double double double double

The rotational change in degrees.

See Also

SimpleHapticsController SimpleHapticsController SimpleHapticsController SimpleHapticsController

Gets a reference to the SimpleHapticsController object associated with the RadialController.

public : SimpleHapticsController SimpleHapticsController { get; }public SimpleHapticsController SimpleHapticsController { get; }Public ReadOnly Property SimpleHapticsController As SimpleHapticsController// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

See Also