Manipulation.SetManipulationContainer(UIElement, IInputElement) 메서드

정의

지정된 요소에 대한 조작의 좌표를 정의하는 요소를 설정합니다.

public:
 static void SetManipulationContainer(System::Windows::UIElement ^ element, System::Windows::IInputElement ^ container);
public static void SetManipulationContainer (System.Windows.UIElement element, System.Windows.IInputElement container);
static member SetManipulationContainer : System.Windows.UIElement * System.Windows.IInputElement -> unit
Public Shared Sub SetManipulationContainer (element As UIElement, container As IInputElement)

매개 변수

element
UIElement

조작이 연결된 요소입니다.

container
IInputElement

좌표 공간을 정의하는 컨테이너입니다.

적용 대상