Share via


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 事件所需的最小旋轉值。

適用於

另請參閱