Condividi tramite


ManipulationDeltaEventArgs.CumulativeManipulation Proprietà

Definizione

Ottiene le modifiche cumulative della manipolazione corrente.

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

Valore della proprietà

Modifiche cumulative della manipolazione corrente.

Commenti

La CumulativeManipulation proprietà contiene le modifiche totali apportate per la manipolazione corrente. È possibile utilizzare CumulativeManipulation per trasformare l'oggetto modificato.

Si applica a