Manipulation.GetManipulationPivot(UIElement) Methode

Definitie

Retourneert een object dat beschrijft hoe een rotatie plaatsvindt met één punt van gebruikersinvoer.

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

Het element waarop er een manipulatie is.

Retouren

Een object dat beschrijft hoe een rotatie plaatsvindt met één punt van gebruikersinvoer.

Van toepassing op