UIScrollView.MaximumZoomScale 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.
The value of the maximum scale factor that can be applied to the content view.
public virtual nfloat MaximumZoomScale { [Foundation.Export("maximumZoomScale")] get; [Foundation.Export("setMaximumZoomScale:")] set; }
member this.MaximumZoomScale : nfloat with get, set
Property Value
The default value is 1.0f
- Attributes
Remarks
This value should be greater than the value of MinimumZoomScale.
If this and 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.