ManipulationStartingRoutedEventArgs.Pivot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an object that describes the pivot for a single-point manipulation.
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
Property Value
An object that describes the pivot for a single-point manipulation.