Share via


Manipulation.GetManipulationMode(UIElement) Método

Definición

Obtiene el objeto ManipulationModes del elemento especificado.

public:
 static System::Windows::Input::ManipulationModes GetManipulationMode(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationModes GetManipulationMode (System.Windows.UIElement element);
static member GetManipulationMode : System.Windows.UIElement -> System.Windows.Input.ManipulationModes
Public Shared Function GetManipulationMode (element As UIElement) As ManipulationModes

Parámetros

element
UIElement

Elemento para el que se obtiene el modo de manipulación.

Devoluciones

Uno de los valores de enumeración.

Se aplica a