WillEndDraggingEventArgs.Velocity Property

Definition

The velocity of the scroll view (in points) when the touch ended.

public CoreGraphics.CGPoint Velocity { get; set; }
member this.Velocity : CoreGraphics.CGPoint with get, set

Property Value

The velocity of the scroll view (in points) when the touch ended.

Remarks

This value is small and precisely specified (e.g., [1.19515,0.1240199]). The time units and precision are not documented nor is it documented if they are device-specific.

Applies to