ManipulationStartingRoutedEventArgs.Pivot Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein Objekt ab, das das Pivot für eine Einpunktmanipulation beschreibt, oder legt es fest.
public:
property ManipulationPivot ^ Pivot { ManipulationPivot ^ get(); void set(ManipulationPivot ^ value); };
ManipulationPivot Pivot();
void Pivot(ManipulationPivot value);
public ManipulationPivot Pivot { get; set; }
var manipulationPivot = manipulationStartingRoutedEventArgs.pivot;
manipulationStartingRoutedEventArgs.pivot = manipulationPivot;
Public Property Pivot As ManipulationPivot
Eigenschaftswert
Ein Objekt, das das Pivot für eine Einpunktmanipulation beschreibt.