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

慣性による処理を開始する要素。

適用対象