Manipulation.GetManipulationMode(UIElement) Método

Definição

Obtém o ManipulationModes para o elemento especificado.

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

Parâmetros

element
UIElement

O elemento para o qual obter o modo de manipulação.

Retornos

Um dos valores de enumeração.

Aplica-se a