Manipulation.GetManipulationPivot(UIElement) Metod

Definition

Returnerar ett objekt som beskriver hur en rotation sker med en punkt med användarindata.

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

Parametrar

element
UIElement

Elementet där manipulering sker.

Returer

Ett objekt som beskriver hur en rotation sker med en punkt med användarindata.

Gäller för