Share via


ManipulationCompletedEventArgs.Velocities プロパティ

定義

ManipulationCompleted イベントでの操作の変換デルタ (変換、回転、スケール) の速度を示す値を取得します。

ManipulationVelocities Velocities();
public ManipulationVelocities Velocities { get; }
var manipulationVelocities = manipulationCompletedEventArgs.velocities;
Public ReadOnly Property Velocities As ManipulationVelocities

プロパティ値

ManipulationStarted イベント以降の累積変換の速度。

注釈

速度は、オブジェクトが指定した方向に移動する時間の単位の間の距離です。

適用対象

こちらもご覧ください