Manipulation.GetManipulationPivot(UIElement) 메서드

정의

한 지점의 사용자 입력을 사용하여 회전이 발생하는 방법을 설명하는 개체를 반환합니다.

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

매개 변수

element
UIElement

조작이 있는 요소입니다.

반품

한 지점의 사용자 입력을 사용하여 회전이 발생하는 방법을 설명하는 개체입니다.

적용 대상