UIElement.ManipulationDeltaEvent プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください