ManipulationInertiaStartingEventArgs.SetInertiaParameter Metoda

Definicja

Określa zachowanie manipulacji podczas bezwładności.

public:
 void SetInertiaParameter(System::Windows::Input::Manipulations::InertiaParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public void SetInertiaParameter (System.Windows.Input.Manipulations.InertiaParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
member this.SetInertiaParameter : System.Windows.Input.Manipulations.InertiaParameters2D -> unit
Public Sub SetInertiaParameter (parameter As InertiaParameters2D)

Parametry

parameter
InertiaParameters2D

Obiekt, który określa zachowanie manipulacji podczas bezwładności.

Atrybuty

Wyjątki

parameter to null.

Uwagi

Zazwyczaj nie trzeba wywoływać tej metody. Zamiast tego użyj właściwości ManipulationInertiaStartingEventArgs .

Dotyczy