Share via


Manipulation.RemoveManipulator(UIElement, IManipulator) Metodo

Definizione

Rimuove l'associazione tra l'oggetto IManipulator e l'elemento specificati.

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)

Parametri

element
UIElement

L'elemento da cui rimuovere il manipolatore associato.

manipulator
IManipulator

Oggetto che fornisce la posizione dell'input.

Si applica a