ClassSwipeInertiaEventArgs
Class
Swipe inertia event arguments.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class SwipeInertiaEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsSwipeInertiaEventArgs
Properties
HorizontalChange
A value indicating the horizontal change in accordance to the previous position.
Position
A value indicating where the touch point would be. This position is relative to the sender.
Declaration
cs-api-definition
public Point Position { get; }
Property Value
Point
VerticalChange
A value indicating the vertical change in accordance to the previous position.