Manipulation.SetManipulationPivot(UIElement, ManipulationPivot) Methode

Definition

Legt den Pivotpunkt der Bearbeitung mit einem Punkt des angegebenen Elements fest.

public:
 static void SetManipulationPivot(System::Windows::UIElement ^ element, System::Windows::Input::ManipulationPivot ^ pivot);
public static void SetManipulationPivot(System.Windows.UIElement element, System.Windows.Input.ManipulationPivot pivot);
static member SetManipulationPivot : System.Windows.UIElement * System.Windows.Input.ManipulationPivot -> unit
Public Shared Sub SetManipulationPivot (element As UIElement, pivot As ManipulationPivot)

Parameter

element
UIElement

Das Element, das über eine aktive Manipulation verfügt.

pivot
ManipulationPivot

Ein Objekt, das den Pivot beschreibt.

Gilt für: