Manipulation.RemoveManipulator(UIElement, IManipulator) Method

Definition

Removes the association between the specified IManipulator object and the 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)

Parameters

element
UIElement

The element to remove the associated manipulator from.

manipulator
IManipulator

The object that provides the position of the input.

Applies to