Manipulation.StartInertia(UIElement) 메서드

정의

지정된 요소에 대해 조작을 중지하고 무활동 상태를 시작합니다.

public:
 static void StartInertia(System::Windows::UIElement ^ element);
public static void StartInertia (System.Windows.UIElement element);
static member StartInertia : System.Windows.UIElement -> unit
Public Shared Sub StartInertia (element As UIElement)

매개 변수

element
UIElement

무활동 상태를 시작할 요소입니다.

적용 대상