ManipulationInertiaStartingEventArgs.SetInertiaParameter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定惯性发生期间的操作行为。
public:
void SetInertiaParameter(System::Windows::Input::Manipulations::InertiaParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public void SetInertiaParameter (System.Windows.Input.Manipulations.InertiaParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
member this.SetInertiaParameter : System.Windows.Input.Manipulations.InertiaParameters2D -> unit
Public Sub SetInertiaParameter (parameter As InertiaParameters2D)
参数
- parameter
- InertiaParameters2D
用于指定某操作在惯性发生期间的行为的对象。
- 属性
例外
parameter
为 null
。
注解
通常不需要调用此方法。 请改用 上的 ManipulationInertiaStartingEventArgs 属性。