UIElement.ManipulationInertiaStartingEvent プロパティ

定義

ManipulationInertiaStarting ルーティング イベントの識別子を取得します。

public:
 static property RoutedEvent ^ ManipulationInertiaStartingEvent { RoutedEvent ^ get(); };
static RoutedEvent ManipulationInertiaStartingEvent();
public static RoutedEvent ManipulationInertiaStartingEvent { get; }
var routedEvent = UIElement.manipulationInertiaStartingEvent;
Public Shared ReadOnly Property ManipulationInertiaStartingEvent As RoutedEvent

プロパティ値

ManipulationInertiaStarting ルーティング イベントの識別子。

適用対象

こちらもご覧ください