UIScrollView.MinimumZoomScale Property

Definition

The value of the minimum scale factor that can be applied to the content view.

public virtual nfloat MinimumZoomScale { [Foundation.Export("minimumZoomScale")] get; [Foundation.Export("setMinimumZoomScale:")] set; }
member this.MinimumZoomScale : nfloat with get, set

Property Value

The default value is 1.0f

Attributes

Remarks

This value should be smaller than the value of MaximumZoomScale.

If this and MaximumZoomScale are left at their default values of 1.0, zooming will not appear to work, as the zoom will be constrained to that single value.

Applies to