New to Telerik UI for WPFStart a free 30-day trial

Swipe inertia event arguments.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class SwipeInertiaEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsSwipeInertiaEventArgs

Properties

A value indicating the horizontal change in accordance to the previous position.

C#
public double HorizontalChange { get; }

A value indicating where the touch point would be. This position is relative to the sender.

C#
public Point Position { get; }

A value indicating the vertical change in accordance to the previous position.

C#
public double VerticalChange { get; }