Manipulation.RemoveManipulator(UIElement, IManipulator) Metoda

Definicja

Usuwa skojarzenie między określonym IManipulator obiektem a elementem.

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)

Parametry

element
UIElement

Element, z który ma zostać usunięty skojarzony manipulator.

manipulator
IManipulator

Obiekt, który zapewnia położenie danych wejściowych.

Dotyczy