Manipulation.SetManipulationPivot(UIElement, ManipulationPivot) Metoda

Definicja

Ustawia element przestawny manipulowania pojedynczym punktem określonego elementu.

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)

Parametry

element
UIElement

Element, który ma aktywną manipulację.

pivot
ManipulationPivot

Obiekt opisujący przestawny.

Dotyczy