Manipulation.SetManipulationParameter Methode

Definitie

Hiermee voegt u parameters toe aan de manipulatie van het opgegeven element.

public:
 static void SetManipulationParameter(System::Windows::UIElement ^ element, System::Windows::Input::Manipulations::ManipulationParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public static void SetManipulationParameter(System.Windows.UIElement element, System.Windows.Input.Manipulations.ManipulationParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
static member SetManipulationParameter : System.Windows.UIElement * System.Windows.Input.Manipulations.ManipulationParameters2D -> unit
Public Shared Sub SetManipulationParameter (element As UIElement, parameter As ManipulationParameters2D)

Parameters

element
UIElement

Het element met de manipulatie waaraan de parameter wordt toegevoegd.

parameter
ManipulationParameters2D

De parameter die moet worden toegevoegd.

Kenmerken

Van toepassing op