Manipulation.GetManipulationMode(UIElement) Méthode

Définition

Obtient ManipulationModes pour l'élément spécifié.

public:
 static System::Windows::Input::ManipulationModes GetManipulationMode(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationModes GetManipulationMode (System.Windows.UIElement element);
static member GetManipulationMode : System.Windows.UIElement -> System.Windows.Input.ManipulationModes
Public Shared Function GetManipulationMode (element As UIElement) As ManipulationModes

Paramètres

element
UIElement

Élément pour lequel obtenir le mode de manipulation.

Retours

Une des valeurs de l'énumération.

S’applique à