次の方法で共有


ManipulationInertiaStartingEventArgs.Cumulative プロパティ

定義

慣性が開始される前の操作の累積変換デルタ (変換、回転、スケール) を示す値を取得します。

ManipulationDelta Cumulative();
public ManipulationDelta Cumulative { get; }
var manipulationDelta = manipulationInertiaStartingEventArgs.cumulative;
Public ReadOnly Property Cumulative As ManipulationDelta

プロパティ値

ManipulationInertiaStarting イベントまでの累積変換値。

タッチ操作 - 操作イベント基本的な入力サンプル低待機時間の入力サンプル

適用対象