ManipulationStartingEventArgs::SetManipulationParameter Method (ManipulationParameters2D^)

.NET Framework (current version)
 

Adds parameters to the current manipulation of the specified element.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[BrowsableAttribute(false)]
void SetManipulationParameter(
	ManipulationParameters2D^ parameter
)

Parameters

parameter
Type: System.Windows.Input.Manipulations::ManipulationParameters2D^

The parameter to add.

You typically do not need to call this method. Use the properties on the ManipulationStartingEventArgs instead.

.NET Framework
Available since 4.0
Return to top
Show: