Share via


UIScrollView.ZoomBouncing Property

Definition

Returns true if the scroll view is bouncing back to the zoom scaling limits specified byMinimumZoomScale and MaximumZoomScale. Read-only.

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

Property Value

Attributes

Applies to