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

提供输入位置的对象。

适用于