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路由事件的識別碼。

適用於

另請參閱