Class PanGestureEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PanGestureEventArgs : GestureEventArgs
Properties
Offset
The possition offset according to the previous pan event.
Declaration
public Size Offset { get; }
Property Value
System.Drawing.Size
|
Velocity
A direction vector that indicates the direction of the velocity.
Declaration
public Size Velocity { get; }
Property Value
System.Drawing.Size
|