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

具有操作的項目。

傳回

物件 that describes how a rotation occurs with one point of 使用者 input.

適用於