Språk

Manipulation.RemoveManipulator(UIElement, IManipulator) Metod

Definition

Tar bort associationen mellan det angivna IManipulator objektet och elementet.

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)

Parametrar

element
UIElement

Elementet som du vill ta bort den associerade manipulatorn från.

manipulator
IManipulator

Objektet som tillhandahåller indatapositionen.

Gäller för