Manipulation.SetManipulationMode(UIElement, ManipulationModes) Méthode

Définition

Définit le mode de manipulation pour l'élément spécifié.

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)

Paramètres

element
UIElement

Élément sur lequel définir le mode de manipulation.

mode
ManipulationModes

Nouveau mode de manipulation.

S’applique à