Manipulation.SetManipulationMode(UIElement, ManipulationModes) 方法

定义

设置指定元素的操作模式。

public:
 static void SetManipulationMode(System::Windows::UIElement ^ element, System::Windows::Input::ManipulationModes mode);
public static void SetManipulationMode (System.Windows.UIElement element, System.Windows.Input.ManipulationModes mode);
static member SetManipulationMode : System.Windows.UIElement * System.Windows.Input.ManipulationModes -> unit
Public Shared Sub SetManipulationMode (element As UIElement, mode As ManipulationModes)

参数

element
UIElement

要对其设置操作模式的元素。

mode
ManipulationModes

新的操作模式。

适用于