InertiaRotationBehavior.DesiredRotation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
慣性の動作が終わるときの回転 (度単位) を取得または設定します。
public:
property double DesiredRotation { double get(); void set(double value); };
double DesiredRotation();
void DesiredRotation(double value);
public double DesiredRotation { get; set; }
var double = inertiaRotationBehavior.desiredRotation;
inertiaRotationBehavior.desiredRotation = double;
Public Property DesiredRotation As Double
プロパティ値
Double
double
慣性の動作が終わるときの回転 (度単位)。