Compartilhar via


Manipulation.RemoveManipulator(UIElement, IManipulator) Método

Definição

Remove a associação entre o objeto IManipulator e o elemento especificados.

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)

Parâmetros

element
UIElement

O elemento do qual remover o manipulador associado.

manipulator
IManipulator

O objeto que fornece a posição da entrada.

Aplica-se a