Manipulation.SetManipulationParameter Method

Definition

Adds parameters to the manipulation of the specified 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

The element that has the manipulation that the parameter is added to.

parameter
ManipulationParameters2D

The parameter to add.

Attributes

Applies to