Manipulation.SetManipulationContainer(UIElement, IInputElement) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
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ą.