Manipulation.SetManipulationContainer(UIElement, IInputElement) Yöntem

Tanım

Belirtilen öğenin işlemesi için koordinatları tanımlayan öğeyi ayarlar.

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)

Parametreler

element
UIElement

düzenlemenin ilişkilendirildiği öğe.

container
IInputElement

Koordinat alanını tanımlayan kapsayıcı.

Şunlara uygulanır