'宣言 Public Event ManipulationInertiaStarting As Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler
public event Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler ManipulationInertiaStarting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs 型の引数を受け取りました。次の ManipulationInertiaStartingRoutedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Container | Gets the UIElement that is considered the container of the manipulation. |
Cumulative | Gets the overall changes since the beginning of the manipulation. |
Delta | Gets the most recent changes of the current manipulation, as a ManipulationDelta. |
ExpansionBehavior | Get or sets the rate of slowdown of expansion inertial movement. |
Handled | Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again. |
OriginalSource | Windows.UI.Xaml.RoutedEventArgsから継承されます。 |
PointerDeviceType | Gets the PointerDeviceType for the pointer device involved in the manipulation. |
RotationBehavior | Gets information about the rotation information associated with the manipulation for this event occurrence. |
TranslationBehavior | Gets information about the translation information associated with the manipulation for this event occurrence. |
Velocities | Gets the rates of the most recent changes to the manipulation. |
参照