Taal

Manipulation.GetManipulationMode(UIElement) Methode

Definitie

Hiermee haalt u het ManipulationModes voor het opgegeven element op.

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

Parameters

element
UIElement

Het element waarvoor de manipulatiemodus moet worden gebruikt.

Retouren

Een van de opsommingswaarden.

Van toepassing op