Manipulation.RemoveManipulator(UIElement, IManipulator) 方法

定义

删除指定的 IManipulator 对象与该元素之间的关联。

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)

参数

element
UIElement

要从其中移除关联的操控器的元素。

manipulator
IManipulator

提供输入位置的对象。

适用于