Class SwipeEventArgs
Swipe gesture event arguments.
Inherited Members
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SwipeEventArgs : TouchEventArgs
Properties
HorizontalChange
A value indicating the horizontal change in accordance to the previous position.
Declaration
public double HorizontalChange { get; }
Property Value
System.Double
|
VerticalChange
A value indicating the vertical change in accordance to the previous position.
Declaration
public double VerticalChange { get; }
Property Value
System.Double
|