Manipulation.SetManipulationMode(UIElement, ManipulationModes) Yöntem

Tanım

Belirtilen öğe için düzenleme modunu ayarlar.

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)

Parametreler

element
UIElement

Üzerinde işleme modunun ayarlanacağı öğe.

mode
ManipulationModes

Yeni düzenleme modu.

Şunlara uygulanır