ManipulationInertiaStartingEventArgs.InitialVelocities Eigenschaft

Definition

Ruft die Raten der Änderungen an der Manipulation ab, die vor Beginn der Inertiät auftreten.

public:
 property System::Windows::Input::ManipulationVelocities ^ InitialVelocities { System::Windows::Input::ManipulationVelocities ^ get(); };
public System.Windows.Input.ManipulationVelocities InitialVelocities { get; }
member this.InitialVelocities : System.Windows.Input.ManipulationVelocities
Public ReadOnly Property InitialVelocities As ManipulationVelocities

Eigenschaftswert

Die Geschwindigkeit der Änderungen an der Manipulation, die vor Beginn der Inertiät auftreten.

Hinweise

Weitere Informationen zu Manipulationen finden Sie in der Eingabeübersicht. Ein Beispiel für eine Anwendung, die auf Manipulationen reagiert, finden Sie unter Walkthrough: Creating Your First Touch Application.

Gilt für: