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

Syntax

[get: Foundation.Export("maximumZoomScale")]
[set: Foundation.Export("setMaximumZoomScale:")]
public virtual nfloat MaximumZoomScale { get; set; }

Value

The default value is 1.0f

Remarks

This value should be greater than the value of UIScrollView.MinimumZoomScale.

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