InertiaProcessor2D.SetParameters(InertiaParameters2D) 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.
Sets parameters on the inertia processor.
public:
void SetParameters(System::Windows::Input::Manipulations::InertiaParameters2D ^ parameters);
public void SetParameters (System.Windows.Input.Manipulations.InertiaParameters2D parameters);
member this.SetParameters : System.Windows.Input.Manipulations.InertiaParameters2D -> unit
Public Sub SetParameters (parameters As InertiaParameters2D)
Parameters
- parameters
- InertiaParameters2D
Parameters to set.
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.