言語

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

慣性を開始する要素。

適用対象