UIWebView.DecelerationStarted(UIScrollView) Method
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.
Indicates that scrolling after a fast scroll is going to begin decelerating.
[Foundation.Export("scrollViewWillBeginDecelerating:")]
public virtual void DecelerationStarted (UIKit.UIScrollView scrollView);
abstract member DecelerationStarted : UIKit.UIScrollView -> unit
override this.DecelerationStarted : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
- Attributes