WillEndDraggingEventArgs.Velocity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.