Språk

ManipulationDeltaEventArgs.CumulativeManipulation Egenskap

Definition

Hämtar de ackumulerade ändringarna av den aktuella manipulationen.

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

Egenskapsvärde

De ackumulerade ändringarna av den aktuella manipulationen.

Kommentarer

Egenskapen CumulativeManipulation innehåller de totala ändringar som har inträffat för den aktuella manipulationen. Du kan använda CumulativeManipulation för att transformera det manipulerade objektet.

Gäller för