Share via


Manipulation.SetManipulationMode(UIElement, ManipulationModes) Método

Definición

Establece el modo de manipulación para el elemento especificado.

public:
 static void SetManipulationMode(System::Windows::UIElement ^ element, System::Windows::Input::ManipulationModes mode);
public static void SetManipulationMode (System.Windows.UIElement element, System.Windows.Input.ManipulationModes mode);
static member SetManipulationMode : System.Windows.UIElement * System.Windows.Input.ManipulationModes -> unit
Public Shared Sub SetManipulationMode (element As UIElement, mode As ManipulationModes)

Parámetros

element
UIElement

Elemento en el que se establece el modo de manipulación.

mode
ManipulationModes

Nuevo modo de manipulación.

Se aplica a