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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.