Manipulation.GetManipulationMode(UIElement) Метод

Определение

Получает объект ManipulationModes для заданного элемента.

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

Параметры

element
UIElement

Элемент, для которого следует получить режим манипуляции.

Возвращаемое значение

Одно из значений перечисления.

Применяется к