Manipulation.SetManipulationContainer(UIElement, IInputElement) Metoda

Definicja

Ustawia element, który definiuje współrzędne manipulowania określonym elementem.

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)

Parametry

element
UIElement

Element, z którym jest skojarzona manipulacja.

container
IInputElement

Kontener, który definiuje przestrzeń współrzędną.

Dotyczy