次の方法で共有


RadialController.RotationResolutionInDegrees プロパティ

定義

RotationChanged イベントを発生させるために RadialController オブジェクトに必要な最小回転値を取得または設定します。

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 イベントを発生させるために必要な最小回転値。

適用対象

こちらもご覧ください