Class SwipeInertiaEventArgs
Swipe inertia event arguments.
Inherited Members
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SwipeInertiaEventArgs : RadRoutedEventArgs
Properties
HorizontalChange
A value indicating the horizontal change in accordance to the previous position.
Declaration
public double HorizontalChange { get; }
Property Value
System.Double
|
Position
A value indicating where the touch point would be. This position is relative to the sender.
Declaration
public Point Position { get; }
Property Value
System.Windows.Point
|
VerticalChange
A value indicating the vertical change in accordance to the previous position.
Declaration
public double VerticalChange { get; }
Property Value
System.Double
|