ManipulationInertiaStartingEventArgs.RotationBehavior 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置旋转惯性运动减慢的速率。
public:
property System::Windows::Input::InertiaRotationBehavior ^ RotationBehavior { System::Windows::Input::InertiaRotationBehavior ^ get(); void set(System::Windows::Input::InertiaRotationBehavior ^ value); };
public System.Windows.Input.InertiaRotationBehavior RotationBehavior { get; set; }
member this.RotationBehavior : System.Windows.Input.InertiaRotationBehavior with get, set
Public Property RotationBehavior As InertiaRotationBehavior
属性值
旋转惯性运动减慢的速率。
注解
RotationBehavior使用 属性执行以下操作:
通过设置 InitialVelocity 属性,指定惯性开始时的初始速度。
通过设置 DesiredRotation 属性,指定惯性结束时操作的所需旋转。
通过设置 DesiredDeceleration 属性指定惯性所需的减速。
通常设置 或 DesiredDeceleration,但不能同时设置DesiredRotation两者。
有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触摸应用程序。