InertiaRotationBehavior.DesiredRotation 属性

定义

获取或设置惯性运动结束时的旋转度数。

public:
 property double DesiredRotation { double get(); void set(double value); };
public double DesiredRotation { get; set; }
member this.DesiredRotation : double with get, set
Public Property DesiredRotation As Double

属性值

惯性运动结束时的旋转度数。 默认值为 NaN

注解

DesiredRotation使用 属性指定惯性结束时操作的所需旋转。 DesiredRotation设置 或 DesiredDeceleration,但不能同时设置两者。 设置其中一个属性时,如果另一个属性具有值,则另一个属性将更改为 Double.NaN

有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序

适用于