Sdílet prostřednictvím


Manipulation.SetManipulationMode(UIElement, ManipulationModes) Metoda

Definice

Nastaví režim manipulace pro zadaný prvek.

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

Parametry

element
UIElement

Prvek, u kterého chcete nastavit režim manipulace.

mode
ManipulationModes

Nový režim manipulace.

Platí pro