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

Swipe gesture event arguments.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class SwipeEventArgs : TouchEventArgs

Inheritance: objectRadRoutedEventArgsTouchEventArgsSwipeEventArgs

Inherited Members TouchEventArgs.GetTouchPoint(IInputElement)TouchEventArgs.SuspendMousePromotionUntilTouchUp()TouchEventArgs.TouchDevice

Properties

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

C#
public double HorizontalChange { get; }

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

C#
public double VerticalChange { get; }
In this article
DefinitionPropertiesHorizontalChangeVerticalChange
Not finding the help you need?
Contact Support