ManipulationStartingRoutedEventArgs.Pivot Eigenschaft

Definition

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.

Gilt für: