Class TouchGestureEventArgs
Inheritance
TouchGestureEventArgs
Namespace: nanoFramework.UI
Assembly: nanoFramework.Graphics.dll
Syntax
public class TouchGestureEventArgs : EventArgs
Constructors
TouchGestureEventArgs()
Declaration
public TouchGestureEventArgs()
Fields
Arguments
Declaration
Field Value
Gesture
Declaration
public TouchGesture Gesture
Field Value
Timestamp
Declaration
public readonly DateTime Timestamp
Field Value
X
Declaration
Field Value
Y
Declaration
Field Value
Properties
Angle
Declaration
public double Angle { get; }
Property Value
Extension Methods