Manipulation.SetManipulationParameter 方法

定義

將參數加入至所指定項目的操作。

public:
 static void SetManipulationParameter(System::Windows::UIElement ^ element, System::Windows::Input::Manipulations::ManipulationParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public static void SetManipulationParameter (System.Windows.UIElement element, System.Windows.Input.Manipulations.ManipulationParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
static member SetManipulationParameter : System.Windows.UIElement * System.Windows.Input.Manipulations.ManipulationParameters2D -> unit
Public Shared Sub SetManipulationParameter (element As UIElement, parameter As ManipulationParameters2D)

參數

element
UIElement

加入參數的操作所作用的項目。

parameter
ManipulationParameters2D

要加入的參數。

屬性

適用於