Manipulation.GetManipulationPivot(UIElement) Methode

Definition

Gibt ein Objekt zurück, das beschreibt, wie eine Drehung mit einem Punkt der Benutzereingabe erfolgt.

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

Parameter

element
UIElement

Das Element, für das eine Manipulation vorhanden ist.

Gibt zurück

Ein Objekt, das beschreibt, wie eine Drehung mit einem Punkt der Benutzereingabe erfolgt.

Gilt für: