Manipulation.SetManipulationPivot(UIElement, ManipulationPivot) Methode

Definition

Legt das Pivot der Einpunktbearbeitung 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 Bearbeitung verfügt.

pivot
ManipulationPivot

Ein Objekt, das das Pivot beschreibt.

Gilt für: