Class ScrollGestureEventArgs
public class ScrollGestureEventArgs : RoutedEventArgs
- Inheritance
-
ScrollGestureEventArgs
- Inherited Members
Constructors
ScrollGestureEventArgs(int, Vector)
public ScrollGestureEventArgs(int id, Vector delta)
Parameters
Properties
Delta
public Vector Delta { get; }
Property Value
Id
public int Id { get; }
Property Value
ShouldEndScrollGesture
When set the ScrollGestureRecognizer should stop its current active scroll gesture.
public bool ShouldEndScrollGesture { get; set; }
Property Value
Methods
GetNextFreeId()
public static int GetNextFreeId()