Manipulation.RemoveManipulator(UIElement, IManipulator) Methode

Definition

Entfernt die Zuordnung zwischen dem angegebenen IManipulator-Objekt und dem Element.

public:
 static void RemoveManipulator(System::Windows::UIElement ^ element, System::Windows::Input::IManipulator ^ manipulator);
public static void RemoveManipulator (System.Windows.UIElement element, System.Windows.Input.IManipulator manipulator);
static member RemoveManipulator : System.Windows.UIElement * System.Windows.Input.IManipulator -> unit
Public Shared Sub RemoveManipulator (element As UIElement, manipulator As IManipulator)

Parameter

element
UIElement

Das Element, aus dem der zugeordnete Manipulator entfernt werden soll.

manipulator
IManipulator

Das Objekt, das die Position der Eingabe bereitstellt.

Gilt für: