Manipulation.GetManipulationContainer(UIElement) Método

Definição

Obtém o contêiner que define as coordenadas para a manipulação.

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

O elemento no qual há uma manipulação ativa.

Retornos

O contêiner que define o espaço de coordenadas.

Aplica-se a