Manipulation.GetManipulationPivot(UIElement) Method

Definition

Returns an object that describes how a rotation occurs with one point of user input.

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

Parameters

element
UIElement

The element on which there is a manipulation.

Returns

An object that describes how a rotation occurs with one point of user input.

Applies to