UIScrollView.BouncesZoom Property
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.
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
.