Manipulation.SetManipulationMode(UIElement, ManipulationModes) Methode

Definition

Legt den Modus der Bearbeitung für das angegebene Element fest.

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)

Parameter

element
UIElement

Das Element, für das der Bearbeitungsmodus festgelegt wird.

mode
ManipulationModes

Der neue Bearbeitungsmodus.

Gilt für: