Share via


UIScrollView.Decelerating Property

Definition

If this property returns true, then scrolling is still occuring in the scroll view but the user is not dragging their finger.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Decelerating { [Foundation.Export("isDecelerating")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isDecelerating")>]
member this.Decelerating : bool

Property Value

Attributes

Applies to