Property Delta
Delta
Gets the scroll delta.
public SKPoint Delta { get; }
Property Value
- SKPoint
An SKPoint where
Xis the horizontal scroll amount andYis the vertical scroll amount. PositiveYtypically indicates scrolling up or zooming in. When IsScrollZoomEnabled is true,Yis multiplied by ScrollZoomFactor to determine the zoom change.