Share via


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

要啟動慣性的項目。

適用於