Manipulation.SetManipulationMode(UIElement, ManipulationModes) Método

Definición

Establece el modo de manipulación del 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 va a establecer el modo de manipulación.

mode
ManipulationModes

El nuevo modo de manipulación.

Se aplica a