Share via


Manipulation.GetManipulationPivot(UIElement) 方法

定义

返回描述如何通过一个用户输入点发生旋转的对象。

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

参数

element
UIElement

存在操作的元素。

返回

描述如何使用一个用户输入点发生旋转的对象。

适用于