ManipulationInertiaStartingEventArgs::SetInertiaParameter Method (InertiaParameters2D^)

.NET Framework (current version)
 

Specifies the behavior of a manipulation during inertia.

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

public:
[BrowsableAttribute(false)]
void SetInertiaParameter(
	InertiaParameters2D^ parameter
)

Parameters

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

The object that specifies the behavior of a manipulation during inertia.

Exception Condition
ArgumentNullException

parameter is null.

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

.NET Framework
Available since 4.0
Return to top
Show: