UIScrollView.BouncesZoom Property

Definition

If set to true and Bounces is true, then the scroll view will bounce around a zoom limit once zooming has exceeded that limit.

public virtual bool BouncesZoom { [Foundation.Export("bouncesZoom")] get; [Foundation.Export("setBouncesZoom:")] set; }
member this.BouncesZoom : bool with get, set

Property Value

Attributes

Remarks

Default value is true.

Applies to