RadialControllerRotationChangedEventArgs.RotationDeltaInDegrees 属性

定义

当自定义 RadialController 工具处于活动状态时,滚轮设备的旋转变化。

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

属性值

Double

double

以度为单位的旋转变化。

适用于

另请参阅