Manipulation.GetManipulationPivot(UIElement) Method
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.
Returns an object that describes how a rotation occurs with one point of user input.
public:
static System::Windows::Input::ManipulationPivot ^ GetManipulationPivot(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationPivot GetManipulationPivot (System.Windows.UIElement element);
static member GetManipulationPivot : System.Windows.UIElement -> System.Windows.Input.ManipulationPivot
Public Shared Function GetManipulationPivot (element As UIElement) As ManipulationPivot
Parameters
- element
- UIElement
The element on which there is a manipulation.
Returns
An object that describes how a rotation occurs with one point of user input.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.