Språk

Manipulation.SetManipulationMode(UIElement, ManipulationModes) Metod

Definition

Anger manipuleringsläget för det angivna elementet.

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)

Parametrar

element
UIElement

Elementet som manipuleringsläget ska anges på.

mode
ManipulationModes

Det nya manipulationsläget.

Gäller för