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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.