Manipulation.GetManipulationMode(UIElement) 方法

定义

获取指定元素的 ManipulationModes

public:
 static System::Windows::Input::ManipulationModes GetManipulationMode(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationModes GetManipulationMode (System.Windows.UIElement element);
static member GetManipulationMode : System.Windows.UIElement -> System.Windows.Input.ManipulationModes
Public Shared Function GetManipulationMode (element As UIElement) As ManipulationModes

参数

element
UIElement

要获取其操作模式的元素。

返回

枚举值之一。

适用于