Manipulation.SetManipulationMode(UIElement, ManipulationModes) Methode

Definitie

Hiermee stelt u de manipulatiemodus voor het opgegeven element in.

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)

Parameters

element
UIElement

Het element waarop de manipulatiemodus moet worden ingesteld.

mode
ManipulationModes

De nieuwe manipulatiemodus.

Van toepassing op