Share via


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

조작 모드를 가져올 요소입니다.

반환

열거형 값 중 하나입니다.

적용 대상