次の方法で共有


Manipulation.GetManipulationPivot(UIElement) メソッド

定義

1 つのユーザー入力ポイントで回転がどのように行われるかを指定するオブジェクトを返します。

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

操作が存在する要素。

戻り値

1 つのユーザー入力ポイントで回転がどのように行われるかを指定するオブジェクト。

適用対象