共用方式為


ManipulationDeltaRoutedEventArgs 類別

定義

提供 ManipulationDelta 事件的資料。

public ref class ManipulationDeltaRoutedEventArgs sealed : RoutedEventArgs
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ManipulationDeltaRoutedEventArgs final : RoutedEventArgs
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ManipulationDeltaRoutedEventArgs : RoutedEventArgs
Public NotInheritable Class ManipulationDeltaRoutedEventArgs
Inherits RoutedEventArgs
繼承
Object Platform::Object IInspectable RoutedEventArgs ManipulationDeltaRoutedEventArgs
屬性

建構函式

ManipulationDeltaRoutedEventArgs()

初始化 ManipulationDeltaRoutedEventArgs 類別的新實例。

屬性

Container

取得視為操作容器的 UIElement

Cumulative

取得操作開頭之後的整體變更。

Delta

取得目前操作的最新變更,做為 ManipulationDelta

Handled

取得或設定值,這個值會將路由事件標示為已處理。 設定 以防止 true 事件路由上的大部分處理常式再次處理相同的事件。

IsInertial

取得 ManipulationDelta 事件是否在慣性期間發生。

OriginalSource

取得引發事件之 物件的參考。 這通常是控制項的範本部分,而不是在應用程式 UI 中宣告的專案。

(繼承來源 RoutedEventArgs)
PointerDeviceType

取得操作相關指標裝置的 PointerDeviceType

Position

取得操作起源的點。

Velocities

取得操作最近一次變更的速率。

方法

Complete()

完成操作但不使用慣性。

適用於

另請參閱