ManipulationDeltaRoutedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
コンストラクター
ManipulationDeltaRoutedEventArgs() |
ManipulationDeltaRoutedEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
Container |
操作のコンテナーと見なされる UIElement を取得します。 |
Cumulative |
操作の開始以降の全体的な変更を取得します。 |
Delta |
現在の操作の最新の変更を ManipulationDelta として取得します。 |
Handled |
ルーティング イベントを処理済みとしてマークする値を取得または設定します。 を に |
IsInertial |
ManipulationDelta イベントが慣性中に発生するかどうかを取得します。 |
OriginalSource |
イベントを発生させたオブジェクトへの参照を取得します。 これは多くの場合、アプリ UI で宣言された要素ではなく、コントロールのテンプレート部分です。 (継承元 RoutedEventArgs) |
PointerDeviceType |
操作に関係するポインター デバイスの PointerDeviceType を取得します。 |
Position |
操作の起点となるポイントを取得します。 |
Velocities |
操作に対する最新の変更の速度を取得します。 |
メソッド
Complete() |
慣性なしで操作を完了します。 |