Manipulation.SetManipulationPivot(UIElement, ManipulationPivot) Methode

Definitie

Hiermee stelt u de draai van de bewerking met één punt van het opgegeven element in.

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)

Parameters

element
UIElement

Het element dat een actieve manipulatie heeft.

pivot
ManipulationPivot

Een object dat de draai beschrijft.

Van toepassing op