Share via


Manipulation.GetManipulationContainer(UIElement) Método

Definición

Obtiene el contenedor que define las coordenadas para la manipulación.

public:
 static System::Windows::IInputElement ^ GetManipulationContainer(System::Windows::UIElement ^ element);
public static System.Windows.IInputElement GetManipulationContainer (System.Windows.UIElement element);
static member GetManipulationContainer : System.Windows.UIElement -> System.Windows.IInputElement
Public Shared Function GetManipulationContainer (element As UIElement) As IInputElement

Parámetros

element
UIElement

Elemento en el que hay una manipulación activa.

Devoluciones

Contenedor que define el espacio de coordenadas.

Se aplica a