Property Velocity NamespaceSkiaSharp.Extended AssemblySkiaSharp.Extended.dll Velocity Gets the current velocity of the touch movement. public SKPoint Velocity { get; } Property Value SKPoint An SKPoint where X and Y represent the velocity components in pixels per second. Positive X is rightward; positive Y is downward.