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

Элемент, на котором совершается манипуляция.

Возвращаемое значение

Объект, который описывает, как происходит вращение с одной точки ввода данных пользователем.

Применяется к