Manipulation.GetManipulationPivot(UIElement) Metodo

Definizione

Restituisce un oggetto che descrive come si verifica una rotazione con un punto di input dell'utente.

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

Parametri

element
UIElement

Elemento in cui è presente una manipolazione.

Valori restituiti

Oggetto che descrive come si verifica una rotazione con un punto di input dell'utente.

Si applica a