UIKit.UIScrollView.MinimumZoomScale Property
The value of the minimum scale factor that can be applied to the content view.

Syntax

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

Value

The default value is 1.0f

Remarks

This value should be smaller than the value of UIScrollView.MaximumZoomScale.

If this and UIScrollView.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.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0