RadialController.RotationResolutionInDegrees 属性

定义

获取或设置 RadialController 对象触发 RotationChanged 事件所需的最小旋转值。

public:
 property double RotationResolutionInDegrees { double get(); void set(double value); };
double RotationResolutionInDegrees();

void RotationResolutionInDegrees(double value);
public double RotationResolutionInDegrees { get; set; }
var double = radialController.rotationResolutionInDegrees;
radialController.rotationResolutionInDegrees = double;
Public Property RotationResolutionInDegrees As Double

属性值

Double

double

触发 RotationChanged 事件所需的最小旋转值。

适用于

另请参阅