Manipulation.GetManipulationContainer(UIElement) 方法

定义

获取定义操作坐标的容器。

public:
 static System::Windows::IInputElement ^ GetManipulationContainer(System::Windows::UIElement ^ element);
public static System.Windows.IInputElement GetManipulationContainer (System.Windows.UIElement element);
static member GetManipulationContainer : System.Windows.UIElement -> System.Windows.IInputElement
Public Shared Function GetManipulationContainer (element As UIElement) As IInputElement

参数

element
UIElement

存在活动操作的元素。

返回

定义坐标空间的容器。

适用于