Manipulation.GetManipulationMode(UIElement) Método

Definición

Obtiene para ManipulationModes el 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 va a obtener el modo de manipulación.

Devoluciones

Uno de los valores de enumeración.

Se aplica a