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

Контейнер, который определяет пространство координат.

Применяется к