Share via


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

適用於

另請參閱