Manipulation.RemoveManipulator(UIElement, IManipulator) Metodo

Definizione

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

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

Elemento da cui rimuovere il manipolatore associato.

manipulator
IManipulator

Oggetto che fornisce la posizione dell'input.

Si applica a