Share via


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

추가할 매개 변수입니다.

특성

적용 대상