Manipulation.SetManipulationParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.