Manipulation.SetManipulationContainer(UIElement, IInputElement) Metodo

Definizione

Imposta l'elemento che definisce le coordinate per la manipolazione dell'elemento specificato.

public:
 static void SetManipulationContainer(System::Windows::UIElement ^ element, System::Windows::IInputElement ^ container);
public static void SetManipulationContainer (System.Windows.UIElement element, System.Windows.IInputElement container);
static member SetManipulationContainer : System.Windows.UIElement * System.Windows.IInputElement -> unit
Public Shared Sub SetManipulationContainer (element As UIElement, container As IInputElement)

Parametri

element
UIElement

Elemento a cui viene associata la manipolazione.

container
IInputElement

Contenitore che definisce lo spazio delle coordinate.

Si applica a